summaryrefslogtreecommitdiffstats
path: root/main/parole
diff options
context:
space:
mode:
Diffstat (limited to 'main/parole')
-rw-r--r--main/parole/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/parole/APKBUILD b/main/parole/APKBUILD
index 0a6aefc82..c38bcd26a 100644
--- a/main/parole/APKBUILD
+++ b/main/parole/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=parole
pkgver=0.2.0.2
-pkgrel=2
+pkgrel=3
pkgdesc="Media player for the Xfce desktop"
url="http://goodies.xfce.org/projects/applications/parole/"
arch="all"
@@ -31,6 +31,7 @@ build() {
package() {
cd "$srcdir"/$pkgname-$pkgver
make DESTDIR="$pkgdir" install
+ find "$pkgdir" -name '*.la' -delete
}
md5sums="c304b07c3f17feefe3879bacd6e54515 parole-0.2.0.2.tar.bz2"