mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/distcc to 3.3.2-1
This commit is contained in:
parent
e2caf2a477
commit
1fa899a788
1 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
# Maintainer: Alexander F Rødseth <xyproto@archlinux.org>
|
||||
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
|
||||
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
|
||||
# Contributor: Judd Vinet <jvinet@zeroflux.org>
|
||||
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
|
||||
|
@ -9,11 +9,11 @@
|
|||
# - patch to allow zero timeout (INT_MAX time to complete)
|
||||
|
||||
pkgname=distcc
|
||||
pkgver=3.3
|
||||
pkgrel=3
|
||||
pkgver=3.3.2
|
||||
pkgrel=1
|
||||
pkgdesc='Distributed C, C++ and Objective-C compiler'
|
||||
arch=('x86_64')
|
||||
url='https://github.com/distcc/distcc'
|
||||
url='http://distcc.org'
|
||||
license=('GPL')
|
||||
depends=('popt')
|
||||
makedepends=('git' 'python' 'setconf')
|
||||
|
@ -79,5 +79,5 @@ package() {
|
|||
done
|
||||
}
|
||||
|
||||
# getver: -u 3 raw.githubusercontent.com/distcc/distcc/master/configure.ac
|
||||
# getver: distcc.org
|
||||
# vim: ts=2 sw=2 et:
|
||||
|
|
Loading…
Reference in a new issue