diff options
Diffstat (limited to 'libre/gnustep-make-libre/PKGBUILD')
-rw-r--r-- | libre/gnustep-make-libre/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/libre/gnustep-make-libre/PKGBUILD b/libre/gnustep-make-libre/PKGBUILD index dedf944a3..7abc014c6 100644 --- a/libre/gnustep-make-libre/PKGBUILD +++ b/libre/gnustep-make-libre/PKGBUILD @@ -1,11 +1,12 @@ # Parabola maintainer: Michał Masłowski <mtjm@mtjm.eu> -# $Id: PKGBUILD 56053 2011-09-29 17:24:54Z spupykin $ +# Parabola contributor: André Silva <andre.paulista@adinet.com.uy> +# $Id$ # Maintainer: Vesa Kaihlavirta <vegai@iki.fi> # Contributor: Sebastian Sareyko <public@nooms.de> _pkgname=gnustep-make pkgname=gnustep-make-libre -pkgver=2.6.1 +pkgver=2.6.2 pkgrel=1 pkgdesc="The GNUstep make package with exceptions enabled" arch=('any') @@ -15,11 +16,11 @@ depends=('glibc') conflicts=('gnustep-make-svn' 'gnustep-make') provides=('gnustep-make') groups=('gnustep-core') -source=(ftp://ftp.gnustep.org/pub/gnustep/core/${_pkgname}-$pkgver.tar.gz) -md5sums=('071b3a807ca3ec93cda75ac210adc263') +source=(ftp://ftp.gnustep.org/pub/gnustep/core/$_pkgname-$pkgver.tar.gz) +md5sums=('b926d142debc9f38d75b11019c31889f') build() { - cd $srcdir/${_pkgname}-$pkgver + cd $srcdir/$_pkgname-$pkgver # The option is not needed, but makes clear why we rebuild this. ./configure --prefix=/usr --sysconfdir=/etc/GNUstep \ --enable-native-objc-exceptions |