diff options
-rw-r--r-- | libre/gnustep-base-libre/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libre/gnustep-base-libre/PKGBUILD b/libre/gnustep-base-libre/PKGBUILD index 9017c71b4..4b5fa1731 100644 --- a/libre/gnustep-base-libre/PKGBUILD +++ b/libre/gnustep-base-libre/PKGBUILD @@ -1,13 +1,14 @@ # Parabola maintainer: Michał Masłowski <mtjm@mtjm.eu> -# $Id: PKGBUILD 56058 2011-09-29 17:45:33Z spupykin $ +# Parabola contributor: André Silva <andre.paulista@adinet.com.uy> +# $Id$ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Vesa Kaihlavirta <vegai@iki.fi> # Contributor: Sebastian Sareyko <public@nooms.de> _pkgname=gnustep-base pkgname=gnustep-base-libre -pkgver=1.23.0 -pkgrel=1 +pkgver=1.24.0 +pkgrel=2 pkgdesc="The GNUstep base package with exceptions enabled" arch=('i686' 'x86_64') url="http://www.gnustep.org/" @@ -19,7 +20,7 @@ provides=('gnustep-base') groups=('gnustep-core') options=('!emptydirs' '!makeflags') source=(ftp://ftp.gnustep.org/pub/gnustep/core/$_pkgname-$pkgver.tar.gz) -md5sums=('c898a1b6cdc98e83639f319876bdbba6') +md5sums=('53cd117e9f64729870e906b66d2314ba') build() { cd "$srcdir/$_pkgname-$pkgver" |