community/distcc to 3.3.3-5

This commit is contained in:
Kevin Mihelich 2020-04-28 23:21:25 +00:00
parent 176ff3f376
commit b0693a1dcd

View file

@ -11,17 +11,17 @@
pkgname=distcc
pkgver=3.3.3
pkgrel=4
pkgrel=5
pkgdesc='Distributed compilation service for C, C++ and Objective-C'
arch=(x86_64)
url='http://distcc.org'
url='https://github.com/distcc/distcc'
license=(GPL)
depends=(popt)
makedepends=(git python)
optdepends=(python)
backup=('etc/conf.d/distccd'
'etc/distcc/hosts')
source=("git+https://github.com/distcc/distcc#tag=v$pkgver"
source=("git+$url#commit=4cde9bcfbda589abd842e3bbc652ce369085eaae" # tag: v3.3.3
'distccd.conf.d'
'distccd.service'
allow-zero-timeout.patch)
@ -36,6 +36,9 @@ prepare() {
./autogen.sh
sed -i 's/ install-gnome-data//g' Makefile.in
# FS#66418, support Python 3.9
find . -name "*.py" -type f -exec sed -i 's/time.clock()/time.perf_counter()/g' {} \;
}
build() {