diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-15 07:11:29 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-15 07:11:29 +0000 |
commit | 109916ed9b87a0e5ef543c722d302d06f348a34e (patch) | |
tree | 44d736f8fd80a301d5ee209c203a85d29dc5f469 /main/hunspell/APKBUILD | |
parent | dfc80cd646d3f893a47b28b68ac60f988f215343 (diff) | |
download | aports-109916ed9b87a0e5ef543c722d302d06f348a34e.tar.bz2 aports-109916ed9b87a0e5ef543c722d302d06f348a34e.tar.xz |
main/hunspell: move .so to -dev package
ref #384
Diffstat (limited to 'main/hunspell/APKBUILD')
-rw-r--r-- | main/hunspell/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/hunspell/APKBUILD b/main/hunspell/APKBUILD index efd3476c39..b38b981d29 100644 --- a/main/hunspell/APKBUILD +++ b/main/hunspell/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=hunspell pkgver=1.2.11 -pkgrel=0 +pkgrel=1 pkgdesc="Spell checker and morphological analyzer library and program" url="http://hunspell.sourceforge.net/" license="GPL LGPL MPL" |