[arch-commits] Commit in distcc/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Tue Jan 5 11:03:15 UTC 2021


    Date: Tuesday, January 5, 2021 @ 11:03:15
  Author: arodseth
Revision: 808755

upgpkg: distcc 3.3.5-1

Modified:
  distcc/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-05 11:03:11 UTC (rev 808754)
+++ PKGBUILD	2021-01-05 11:03:15 UTC (rev 808755)
@@ -5,8 +5,8 @@
 # Contributor: Giovanni Scafora <giovanni at archlinux.org>
 
 pkgname=distcc
-pkgver=3.3.3
-pkgrel=9
+pkgver=3.3.5
+pkgrel=1
 _gccver=10.2.0 # Current GCC version, used for symlinks. See FS#69044
 pkgdesc='Distributed compilation service for C, C++ and Objective-C'
 arch=(x86_64)
@@ -17,7 +17,7 @@
 optdepends=("gcc=$_gccver")
 backup=(etc/conf.d/distccd
         etc/distcc/hosts)
-source=("git+$url#commit=4cde9bcfbda589abd842e3bbc652ce369085eaae" # tag: v3.3.3
+source=("git+$url#commit=8d2a5709d249949e8177dcf08b56dbe7857daa7f" # tag: v3.3.5
         distccd.conf.d
         distccd.service
         sysusers.conf)
@@ -31,11 +31,11 @@
   ./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/e.clock(/e.perf_counter(/g' {} \;
+  find . -name '*.py' -type f -exec sed -i 's,e.clock(,e.perf_counter(,g' {} \;
 }
 
 build() {
-  cd "$pkgname"
+  cd $pkgname
   export CFLAGS+=' -fcommon'
   ./configure \
     --enable-rfc2553 \
@@ -69,5 +69,3 @@
   # FS#67629
   install -Dm644 sysusers.conf "$pkgdir/usr/lib/sysusers.d/distccd.conf"
 }
-
-# getver: distcc.org



More information about the arch-commits mailing list