summaryrefslogtreecommitdiff
path: root/libre/gnustep-make-libre/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-04-07 23:23:44 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-04-07 23:23:44 -0300
commit0838c4ecf155760b4127f672c01c472ebcfa69c8 (patch)
tree9e5984602b6330287512a6710eae476fdc813de5 /libre/gnustep-make-libre/PKGBUILD
parentb1dae9aeffb64b11071e2b3a8cfc2bb80972bc32 (diff)
parent6b2e8fe65431c01a01ab5dfd31689c31f10c643b (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