diff options
author | Valery Kartel <valery.kartel@gmail.com> | 2015-11-10 16:57:02 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-12 08:46:03 +0000 |
commit | b3d8d49ab88594a368fcf8633df9c6dd2b488d0a (patch) | |
tree | 261f1c66bf1ed6cd3cc9c0820e761421b7eeebf9 /main/aspell-en/APKBUILD | |
parent | 06e2ccadf0c933ef1d32630e64dac557ae0c2b0c (diff) | |
download | aports-b3d8d49ab88594a368fcf8633df9c6dd2b488d0a.tar.bz2 aports-b3d8d49ab88594a368fcf8633df9c6dd2b488d0a.tar.xz |
main/aspell-*: Rebuild affected aspell dictionaries with updated aspell
Diffstat (limited to 'main/aspell-en/APKBUILD')
-rw-r--r-- | main/aspell-en/APKBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/main/aspell-en/APKBUILD b/main/aspell-en/APKBUILD index ea10f0b6c3..56c223381e 100644 --- a/main/aspell-en/APKBUILD +++ b/main/aspell-en/APKBUILD @@ -1,20 +1,19 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=aspell-en pkgver=2015.04.24 -pkgrel=0 +pkgrel=1 pkgdesc="English dictionary for aspell" url="http://aspell.net/" arch="noarch" license="custom" -depends="aspell" +depends="" makedepends="aspell-dev" source="http://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-$pkgver-0.tar.bz2" _builddir="$srcdir"/aspell6-en-$pkgver-0 build () { cd "$_builddir" - ./configure \ - || return 1 + ./configure || return 1 make || return 1 } |