diff options
Diffstat (limited to 'libre/distcc-nozeroconf/PKGBUILD')
-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/" |