diff options
Diffstat (limited to 'abs/extra/m17n-db/PKGBUILD')
-rw-r--r-- | abs/extra/m17n-db/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/extra/m17n-db/PKGBUILD b/abs/extra/m17n-db/PKGBUILD index 620beef..2ee2e94 100644 --- a/abs/extra/m17n-db/PKGBUILD +++ b/abs/extra/m17n-db/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 172458 2012-12-03 05:46:30Z bisson $ +# $Id$ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: damir <damir@archlinux.org> # Contributor: Camille Moncelier <pix@devlife.org> pkgname=m17n-db -pkgver=1.6.4 +pkgver=1.7.0 pkgrel=1 pkgdesc='Multilingual text processing library (database)' url='http://www.nongnu.org/m17n/' @@ -12,7 +12,7 @@ arch=('any') license=('GPL') depends=('glibc') # not because of compiling, but because of /usr/share/i18n/charmaps/ files that glibc provides source=("http://download.savannah.gnu.org/releases/m17n/${pkgname}-${pkgver}.tar.gz") -sha1sums=('756fd10b8d7fe66a14350443f307bcf95347c695') +sha1sums=('4149c2e59ac8f45ec8cbfb7bc8d4d061f38e58bc') build() { cd "${srcdir}/${pkgname}-${pkgver}" |