diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-02-02 03:49:33 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-02-02 16:24:13 -0500 |
commit | d35b031076e1df8048348bf43fb8b04e5642740f (patch) | |
tree | 36d0bd02d33ab5025777c1f188a0e4c275e04d8c /libre/distcc-nozeroconf | |
parent | 5412cb613c58e3eb3470bdba67a23855bf3a7191 (diff) | |
download | abslibre-d35b031076e1df8048348bf43fb8b04e5642740f.tar.gz abslibre-d35b031076e1df8048348bf43fb8b04e5642740f.tar.bz2 abslibre-d35b031076e1df8048348bf43fb8b04e5642740f.zip |
libre/distcc-nozeroconf: the distcc pkgrel was bumped, so bump it here too
Diffstat (limited to 'libre/distcc-nozeroconf')
-rw-r--r-- | libre/distcc-nozeroconf/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/libre/distcc-nozeroconf/PKGBUILD b/libre/distcc-nozeroconf/PKGBUILD index 2537b2f87..d58c7a801 100644 --- a/libre/distcc-nozeroconf/PKGBUILD +++ b/libre/distcc-nozeroconf/PKGBUILD @@ -1,14 +1,15 @@ -# $Id: PKGBUILD 90657 2013-05-13 14:21:37Z spupykin $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Maintainer: Judd Vinet <jvinet@zeroflux.org> -# Contributor: Giovanni Scafora <giovanni@archlinux.org> +# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net> +# $Id: PKGBUILD 94163 2013-07-15 11:02:50Z spupykin $ +# Maintainer (Arch): Sergej Pupykin <pupykin.s+arch@gmail.com> +# Maintainer (Arch): Judd Vinet <jvinet@zeroflux.org> +# Contributor (Arch): Giovanni Scafora <giovanni@archlinux.org> _pkgname=distcc pkgname=distcc-nozeroconf pkgver=3.1 provides=("$_pkgname=$pkgver") conflicts=("$_pkgname") -pkgrel=11 +pkgrel=12 pkgdesc="A distributed C, C++, Obj C compiler (without zeroconf support)" arch=('i686' 'x86_64') url="http://code.google.com/p/distcc/" |