--- a/PKGBUILD 2018-03-25 11:54:25.871582949 -0400 +++ b/PKGBUILD 2018-03-25 12:22:06.429862434 -0400 @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 281292 2018-01-11 08:13:32Z arodseth $ +# $Id: PKGBUILD 281291 2018-01-11 08:13:10Z arodseth $ # Maintainer: Alexander F Rødseth # Contributor: Sergej Pupykin # Contributor: Judd Vinet # Contributor: Giovanni Scafora pkgname=distcc -pkgver=3.2rc1 -pkgrel=4 +pkgver=3.3 +pkgrel=1 pkgdesc='Distributed C, C++ and Objective-C compiler' arch=('x86_64') url='https://github.com/distcc/distcc' license=('GPL') depends=('popt' 'avahi' 'dbus') -makedepends=('gtk2' 'python2') +makedepends=('gtk2' 'python') optdepends=('gtk2: for distccmon-gnome' 'python2') backup=('etc/conf.d/distccd' @@ -20,7 +20,7 @@ backup=('etc/conf.d/distccd' source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz" distccd.conf.d distccd.service) -sha256sums=('33e85981ff6afd94efc38b23b2d8b9036b3dff2dc6eac6982b9ff0ae1de64caa' +sha256sums=('c389146e88e645304cdfd8ce5fb63de5dbdead76d5e3919692b757027f673537' '43e02b461841ca2976816c244a0eca8b24820ca143f73cc0924403d75a8c012f' '0f18ffb58647eeba643f28e9029a5d307100df3470eb228097f2b3f4196d8098') prepare() { @@ -32,15 +32,16 @@ prepare() { build() { cd "$srcdir/$pkgname-$pkgver" - [ -f Makefile ] || PYTHON=/usr/bin/python2 \ ./configure \ --prefix=/usr \ --with-gtk \ --sysconfdir=/etc \ + --sbindir=/usr/bin \ --mandir=/usr/share/man \ --enable-rfc2553 - make WERROR_CFLAGS= INCLUDESERVER_PYTHON=/usr/bin/python2 + make + } package() {