aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/gtksourceview/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/gtksourceview/APKBUILD b/main/gtksourceview/APKBUILD
index e31247d15c..ccfaba07b7 100644
--- a/main/gtksourceview/APKBUILD
+++ b/main/gtksourceview/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gtksourceview
pkgver=2.10.4
-pkgrel=2
+pkgrel=3
pkgdesc="A text widget adding syntax highlighting and more to GNOME"
url="http://live.gnome.org/GtkSourceView"
arch="all"
@@ -24,5 +24,6 @@ build() {
package() {
cd "$srcdir"/gtksourceview-$pkgver
make DESTDIR="$pkgdir" install || return 1
+ find "$pkgdir" -name '*.la' -delete
}
md5sums="342666cba9eb2643e5166a0cb58203d2 gtksourceview-2.10.4.tar.bz2"