From 56b401291e3dbea1e9bf691987b1691b3631a7be Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 3 May 2017 15:36:19 -0400 Subject: libre/distcc-nozeroconf: merge community/distcc: bump pkgrel 1->2, --enable-rfc2553 --- libre/distcc-nozeroconf/PKGBUILD | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'libre/distcc-nozeroconf') diff --git a/libre/distcc-nozeroconf/PKGBUILD b/libre/distcc-nozeroconf/PKGBUILD index 8c94ada02..bc6918301 100644 --- a/libre/distcc-nozeroconf/PKGBUILD +++ b/libre/distcc-nozeroconf/PKGBUILD @@ -7,12 +7,10 @@ _pkgname=distcc pkgname=distcc-nozeroconf pkgver=3.2rc1 -provides=("$_pkgname=$pkgver") -conflicts=("$_pkgname") -pkgrel=1 -pkgdesc="A distributed C, C++, Obj C compiler (without zeroconf support)" +pkgrel=2 +pkgdesc="A distributed C, C++, Obj C compiler" arch=('i686' 'x86_64' 'mips64el' 'armv7h') -url="http://code.google.com/p/distcc/" +url="https://github.com/distcc/distcc" license=('GPL') depends=('gcc' 'popt') makedepends=('gtk2' 'pkgconfig' 'python2') @@ -27,6 +25,10 @@ md5sums=('18cd4f33f5cfc3e75675cafc568fb9cf' '239aae53250e3e35288cba566bc0bbf1' '09f0688da9c1840e518d2593bd5c3830') +pkgdesc+=" (without zeroconf support)" +provides=("$_pkgname=$pkgver") +conflicts=("$_pkgname") + build() { cd "${srcdir}/${_pkgname}-${pkgver}" @@ -34,7 +36,8 @@ build() { --with-gtk \ --sysconfdir=/etc \ --mandir=/usr/share/man \ - --without-avahi + --without-avahi \ + --enable-rfc2553 make WERROR_CFLAGS= INCLUDESERVER_PYTHON=/usr/bin/python2 } -- cgit v1.2.2