diff options
author | root <root@rshg054.dnsready.net> | 2012-05-03 00:01:52 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-05-03 00:01:52 +0000 |
commit | 5520a8b04cecf4af812cbf2285e9ab6efabe147f (patch) | |
tree | 842c0bf2e354faca64f878dce5a2166c7b0dad64 /extra/link-grammar/PKGBUILD | |
parent | defe74c9cba07c321ad2869d8f6872e64a167324 (diff) |
Thu May 3 00:01:52 UTC 2012
Diffstat (limited to 'extra/link-grammar/PKGBUILD')
-rw-r--r-- | extra/link-grammar/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/link-grammar/PKGBUILD b/extra/link-grammar/PKGBUILD index 6a3cd512f..e688919c9 100644 --- a/extra/link-grammar/PKGBUILD +++ b/extra/link-grammar/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 156475 2012-04-19 09:19:16Z giovanni $ +# $Id: PKGBUILD 158026 2012-05-01 10:12:56Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=link-grammar -pkgver=4.7.5 +pkgver=4.7.6 pkgrel=1 pkgdesc="A Grammar Checking library" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ license=('BSD') depends=('glibc') options=('!libtool' '!makeflags') source=("http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -md5sums=('598e531d8f213e0a2b211631e5c7e5bb') +md5sums=('1213bc22b2239b1abe0edee25ef38823') build() { cd "${srcdir}/${pkgname}-${pkgver}" |