aboutsummaryrefslogtreecommitdiffstats
path: root/main/gtkspell/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/gtkspell/APKBUILD')
-rw-r--r--main/gtkspell/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/gtkspell/APKBUILD b/main/gtkspell/APKBUILD
index 7f1b5f5870..e0ad7431ba 100644
--- a/main/gtkspell/APKBUILD
+++ b/main/gtkspell/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gtkspell
pkgver=2.0.16
-pkgrel=2
+pkgrel=3
pkgdesc="GtkSpell provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget"
url="http://gtkspell.sourceforge.net/"
arch="all"
@@ -21,5 +21,7 @@ build() {
package() {
cd "$srcdir"/$pkgname-$pkgver
make DESTDIR="$pkgdir" install || return 1
+ rm "$pkgdir"/usr/lib/*.la
}
+
md5sums="f75dcc9338f182c571b321d37c606a94 gtkspell-2.0.16.tar.gz"