aboutsummaryrefslogtreecommitdiffstats
path: root/testing/edje/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/edje/APKBUILD')
-rw-r--r--testing/edje/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/edje/APKBUILD b/testing/edje/APKBUILD
index 689977fdfb..cb1793280d 100644
--- a/testing/edje/APKBUILD
+++ b/testing/edje/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=edje
pkgver=1.0.0
-pkgrel=0
+pkgrel=1
pkgdesc="Enlightenment's graphical layout and animation library"
url="http://trac.enlightenment.org/e/wiki/Edje"
arch="all"
@@ -35,6 +35,7 @@ build() {
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
+ rm "$pkgdir"/usr/lib/*.la
}
md5sums="14c33c2b9d1bd36d8507d55597c77991 edje-1.0.0.tar.gz"