community/distcc to 3.3.3-1

This commit is contained in:
Kevin Mihelich 2019-08-22 12:56:57 +00:00
parent 2884fe7fe3
commit cd97d1c63f
2 changed files with 9 additions and 10 deletions

View file

@ -9,15 +9,15 @@
# - patch to allow zero timeout (INT_MAX time to complete)
pkgname=distcc
pkgver=3.3.2
pkgver=3.3.3
pkgrel=1
pkgdesc='Distributed C, C++ and Objective-C compiler'
arch=('x86_64')
pkgdesc='Distributed compilation service for C, C++ and Objective-C'
arch=(x86_64)
url='http://distcc.org'
license=('GPL')
depends=('popt')
makedepends=('git' 'python' 'setconf')
optdepends=('python')
license=(GPL)
depends=(popt)
makedepends=(git python setconf)
optdepends=(python)
backup=('etc/conf.d/distccd'
'etc/distcc/hosts')
source=("git+https://github.com/distcc/distcc#tag=v$pkgver"
@ -26,7 +26,7 @@ source=("git+https://github.com/distcc/distcc#tag=v$pkgver"
allow-zero-timeout.patch)
sha256sums=('SKIP'
'43e02b461841ca2976816c244a0eca8b24820ca143f73cc0924403d75a8c012f'
'0f18ffb58647eeba643f28e9029a5d307100df3470eb228097f2b3f4196d8098'
'6d46844f0bebd56541e1a233f9f02a51cc17885120e832bfb37711217403d32f'
'73ac95393ee94bcb28f49499e8eec61bfd29a7de38889eaebd237fbbcba6e2c6')
prepare() {
cd "$pkgname"
@ -49,7 +49,6 @@ build() {
--sbindir=/usr/bin \
--sysconfdir=/etc \
--without-avahi
make WERROR_CFLAGS= INCLUDESERVER_PYTHON=/usr/bin/python
}

View file

@ -1,5 +1,5 @@
[Unit]
Description=Distributed C, C++ and Objective-C compiler
Description=Distributed compilation server for C, C++ and Objective-C
Documentation=man:distccd(1)
After=network.target