[arch-commits] Commit in distcc/trunk (PKGBUILD distccd.service)
Alexander Rødseth
arodseth at archlinux.org
Thu Aug 22 09:17:47 UTC 2019
Date: Thursday, August 22, 2019 @ 09:17:46
Author: arodseth
Revision: 500507
upgpkg: distcc 3.3.3-1
Modified:
distcc/trunk/PKGBUILD
distcc/trunk/distccd.service
-----------------+
PKGBUILD | 17 ++++++++---------
distccd.service | 2 +-
2 files changed, 9 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-08-22 08:33:23 UTC (rev 500506)
+++ PKGBUILD 2019-08-22 09:17:46 UTC (rev 500507)
@@ -4,15 +4,15 @@
# Contributor: Giovanni Scafora <giovanni at archlinux.org>
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 of C, C++ and Objective-C'
+arch=(x86_64)
url='http://distcc.org'
-license=('GPL')
-depends=('avahi' 'popt')
-makedepends=('git' 'gtk2' 'python' 'setconf')
-optdepends=('gtk2: for distccmon-gnome' 'python')
+license=(GPL)
+depends=(avahi popt)
+makedepends=(git gtk2 python setconf)
+optdepends=('gtk2: for distccmon-gnome' python)
backup=('etc/conf.d/distccd'
'etc/distcc/hosts')
source=("git+https://github.com/distcc/distcc#tag=v$pkgver"
@@ -20,7 +20,7 @@
'distccd.service')
sha256sums=('SKIP'
'43e02b461841ca2976816c244a0eca8b24820ca143f73cc0924403d75a8c012f'
- '0f18ffb58647eeba643f28e9029a5d307100df3470eb228097f2b3f4196d8098')
+ '540f0b866bb168535858e86b3f8c07531f4c1695cd70891ff572885e5f660ead')
prepare() {
cd "$pkgname"
@@ -39,7 +39,6 @@
--sbindir=/usr/bin \
--sysconfdir=/etc \
--with-gtk
-
make WERROR_CFLAGS= INCLUDESERVER_PYTHON=/usr/bin/python
}
Modified: distccd.service
===================================================================
--- distccd.service 2019-08-22 08:33:23 UTC (rev 500506)
+++ distccd.service 2019-08-22 09:17:46 UTC (rev 500507)
@@ -1,5 +1,5 @@
[Unit]
-Description=Distributed C, C++ and Objective-C compiler
+Description=Distributed compilation of C, C++ and Objective-C
Documentation=man:distccd(1)
After=network.target
More information about the arch-commits
mailing list