summaryrefslogtreecommitdiff
path: root/libre/gnustep-make-libre/PKGBUILD
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-04-11 20:31:43 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-04-11 20:31:43 -0400
commit5f338c195e399f2c2486e06be0851d4f597162d7 (patch)
tree4c144c54bbd85fa2e641d219275045bae11cb4c3 /libre/gnustep-make-libre/PKGBUILD
parent158b35a711165b70a2b718b01cbc261ba50a5cf1 (diff)
parent7e431bf14475a0539a570ce18d290d04427c194c (diff)
downloadabslibre-5f338c195e399f2c2486e06be0851d4f597162d7.tar.gz
abslibre-5f338c195e399f2c2486e06be0851d4f597162d7.tar.bz2
abslibre-5f338c195e399f2c2486e06be0851d4f597162d7.zip
Merge branch 'master' of ssh://parabolagnulinux.org:1863/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