summaryrefslogtreecommitdiffstats
path: root/testing/evolution/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/evolution/APKBUILD')
-rw-r--r--testing/evolution/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/evolution/APKBUILD b/testing/evolution/APKBUILD
index a52bc5929..6937cbc7a 100644
--- a/testing/evolution/APKBUILD
+++ b/testing/evolution/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=evolution
pkgver=2.32.1
-pkgrel=2
+pkgrel=3
pkgdesc="evolution mail client"
url="http://projects.gnome.org/evolution"
arch="all"
@@ -43,6 +43,7 @@ build() {
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
+ find "$pkgdir"/usr/lib -name '*.la' -delete || return 1
}
md5sums="47c1d45366aaa69e79a320f351ef065d evolution-2.32.1.tar.bz2"