summaryrefslogtreecommitdiff
path: root/libre/gnustep-make-libre/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2012-04-10 14:26:31 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2012-04-10 14:26:31 -0300
commit0281f473276b0a6278686a8ecaaf10b39f1d3828 (patch)
tree5556a86c4d8c5c7d687aeadbec48ca5a1ce19d7b /libre/gnustep-make-libre/PKGBUILD
parent331d47322498c7ea36f5535c566eecd0e82a8916 (diff)
parent3db2f39f6ac41f10a4aabe33b4d4ee7b97a9fbef (diff)
Merge branch 'master' of ssh://gparabola/abslibre
Diffstat (limited to 'libre/gnustep-make-libre/PKGBUILD')
-rw-r--r--libre/gnustep-make-libre/PKGBUILD11
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