From 8ffddbe55b014128ad2ffc49c5b3a12499d721d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Sat, 7 Apr 2012 02:05:32 -0300 Subject: libre/gnustep-make-libre --- libre/gnustep-make-libre/PKGBUILD | 11 ++++++----- 1 file 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 -# $Id: PKGBUILD 56053 2011-09-29 17:24:54Z spupykin $ +# Parabola contributor: André Silva +# $Id$ # Maintainer: Vesa Kaihlavirta # Contributor: Sebastian Sareyko _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 -- cgit v1.2.3-2-g168b