mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/distcc to 3.4-3
This commit is contained in:
parent
a7aa8841c7
commit
6f3290fbad
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
pkgname=distcc
|
||||
pkgver=3.4
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
_gccver=11.1.0 # Current GCC version, used for symlinks. See FS#69044
|
||||
pkgdesc='Distributed compilation service for C, C++ and Objective-C'
|
||||
arch=(x86_64)
|
||||
|
@ -24,7 +24,7 @@ optdepends=("gcc=$_gccver"
|
|||
"gtk3: for distccmon")
|
||||
backup=(etc/conf.d/distccd
|
||||
etc/distcc/hosts)
|
||||
source=("git+$url?signed=tag=v$pkgver"
|
||||
source=("git+$url?signed#tag=v$pkgver"
|
||||
distccd.conf.d
|
||||
distccd.service
|
||||
sysusers.conf
|
||||
|
|
Loading…
Reference in a new issue