diff options
Diffstat (limited to 'main/enchant/APKBUILD')
-rw-r--r-- | main/enchant/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/enchant/APKBUILD b/main/enchant/APKBUILD index e792f8cb28..9c22931e8f 100644 --- a/main/enchant/APKBUILD +++ b/main/enchant/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=enchant pkgver=1.6.0 -pkgrel=4 +pkgrel=5 pkgdesc="A wrapper library for generic spell checking" url="http://www.abisource.com/enchant/" arch="all" @@ -21,5 +21,6 @@ build() { package() { cd "$srcdir"/$pkgname-$pkgver make DESTDIR="$pkgdir" install || return 1 + rm "$pkgdir"/usr/lib/*.la } md5sums="de11011aff801dc61042828041fb59c7 enchant-1.6.0.tar.gz" |