summaryrefslogtreecommitdiffstats
path: root/main/exo/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/exo/APKBUILD')
-rw-r--r--main/exo/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/exo/APKBUILD b/main/exo/APKBUILD
index f4dab6d1f..330afad9f 100644
--- a/main/exo/APKBUILD
+++ b/main/exo/APKBUILD
@@ -1,7 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-# TODO: hal
pkgname=exo
-pkgver=0.6.0
+pkgver=0.6.1
pkgrel=0
pkgdesc="Extensions to Xfce by os-cillation"
url="http://www.os-cillation.com/article.php?sid=40"
@@ -30,5 +29,6 @@ build() {
package() {
cd "$srcdir"/$pkgname-$pkgver
make DESTDIR="$pkgdir" install || return 1
+ rm -f "$pkgdir"/usr/lib/*.la
}
-md5sums="ac9deafdf9de426d8a03855ac549f424 exo-0.6.0.tar.bz2"
+md5sums="2ae3d9a9dedc3adebb748fa8724e02ce exo-0.6.1.tar.bz2"