summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/sylpheed/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/sylpheed/APKBUILD b/main/sylpheed/APKBUILD
index 9645f386f..081579854 100644
--- a/main/sylpheed/APKBUILD
+++ b/main/sylpheed/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=sylpheed
pkgver=3.1.0
-pkgrel=0
+pkgrel=1
pkgdesc="Lightweight and user-friendly e-mail client"
url="http://sylpheed.sraoss.jp/en/"
arch="all"
@@ -22,5 +22,6 @@ build() {
package() {
cd "$srcdir/sylpheed-$pkgver"
make DESTDIR="$pkgdir" install || return 1
+ find "$pkgdir" -name '*.la' -delete
}
md5sums="311847d73d0dda63a48e5ec107538424 sylpheed-3.1.0.tar.bz2"