diff options
author | root <root@rshg054.dnsready.net> | 2012-04-21 00:01:27 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-04-21 00:01:27 +0000 |
commit | 905dec08e7144fe77aad1161778a6c3b74ff305c (patch) | |
tree | 2dadd89b94a210d035a975ab75d250abef1c959f /extra/link-grammar | |
parent | 947c2e7bbbd5942492024997d34d709d436f1c8f (diff) |
Sat Apr 21 00:01:27 UTC 2012
Diffstat (limited to 'extra/link-grammar')
-rw-r--r-- | extra/link-grammar/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/link-grammar/PKGBUILD b/extra/link-grammar/PKGBUILD index 2d30106bb..6a3cd512f 100644 --- a/extra/link-grammar/PKGBUILD +++ b/extra/link-grammar/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 143897 2011-11-30 19:52:19Z giovanni $ +# $Id: PKGBUILD 156475 2012-04-19 09:19:16Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=link-grammar -pkgver=4.7.4 -pkgrel=2 +pkgver=4.7.5 +pkgrel=1 pkgdesc="A Grammar Checking library" arch=('i686' 'x86_64') url="http://www.abisource.com/downloads/link-grammar/" @@ -12,7 +12,7 @@ license=('BSD') depends=('glibc') options=('!libtool' '!makeflags') source=("http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -md5sums=('e90e702a953641713a1292db20677bd2') +md5sums=('598e531d8f213e0a2b211631e5c7e5bb') build() { cd "${srcdir}/${pkgname}-${pkgver}" |