diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-03-13 10:59:38 -0500 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-03-13 10:59:38 -0500 |
commit | 23ab38b52be633fb26c62a9235615e1c0ad35098 (patch) | |
tree | b998435fa86df4ad393164090db7a7a114622b98 /main/hunspell/APKBUILD | |
parent | e93d93e845aa2028e012b144e522d7f8a5c4176b (diff) | |
download | aports-23ab38b52be633fb26c62a9235615e1c0ad35098.tar.bz2 aports-23ab38b52be633fb26c62a9235615e1c0ad35098.tar.xz |
main/hunspell: rebuild
Diffstat (limited to 'main/hunspell/APKBUILD')
-rw-r--r-- | main/hunspell/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/main/hunspell/APKBUILD b/main/hunspell/APKBUILD index 9d7c1ca33..137a7ba93 100644 --- a/main/hunspell/APKBUILD +++ b/main/hunspell/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=hunspell pkgver=1.3.1 -pkgrel=1 +pkgrel=2 pkgdesc="Spell checker and morphological analyzer library and program" url="http://hunspell.sourceforge.net/" arch="all" @@ -22,7 +22,6 @@ build() { package() { cd "$srcdir/hunspell-$pkgver" make -j1 DESTDIR="$pkgdir" install || return 1 - rm -f "$pkgdir"/usr/share/locale/locale.alias } -md5sums="9ed97fce60a9a65852402248a6659492 hunspell-1.3.1.tar.gz" +md5sums="9ed97fce60a9a65852402248a6659492 hunspell-1.3.1.tar.gz" |