diff options
Diffstat (limited to 'community/gnustep-base/PKGBUILD')
-rw-r--r-- | community/gnustep-base/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/gnustep-base/PKGBUILD b/community/gnustep-base/PKGBUILD index a33628ea4..b537d6626 100644 --- a/community/gnustep-base/PKGBUILD +++ b/community/gnustep-base/PKGBUILD @@ -1,22 +1,22 @@ -# $Id: PKGBUILD 70019 2012-04-28 09:24:11Z allan $ +# $Id: PKGBUILD 90154 2013-05-07 13:34:08Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Vesa Kaihlavirta <vegai@iki.fi> # Contributor: Sebastian Sareyko <public@nooms.de> pkgname=gnustep-base -pkgver=1.24.0 -pkgrel=3.2 +pkgver=1.24.4 +pkgrel=1 pkgdesc="The GNUstep base package" arch=('i686' 'x86_64' 'mips64el') url="http://www.gnustep.org/" license=("GPL" "LGPL") -depends=(libxslt avahi gmp gcc-libs openssl libffi gnustep-make gnutls) +depends=(libxslt avahi gmp gcc-libs openssl libffi gnustep-make gnutls icu) makedepends=(gcc-objc) conflicts=('gnustep-base-svn') groups=('gnustep-core') options=('!emptydirs' '!makeflags') source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz) -md5sums=('53cd117e9f64729870e906b66d2314ba') +md5sums=('b300f3e6f9c27705226b741c8c018038') build() { cd "$srcdir/$pkgname-$pkgver" |