aboutsummaryrefslogtreecommitdiffstats
path: root/main/libgweather/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/libgweather/APKBUILD')
-rw-r--r--main/libgweather/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/libgweather/APKBUILD b/main/libgweather/APKBUILD
index 7d0019a918..cb0fd1e7a9 100644
--- a/main/libgweather/APKBUILD
+++ b/main/libgweather/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
pkgname=libgweather
pkgver=2.30.3
-pkgrel=0
+pkgrel=1
pkgdesc="GNOME weather library"
url="http://www.gnome.org/"
arch="all"
@@ -37,6 +37,7 @@ build() {
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
+ find "$pkgdir" -name '*.la' -delete
}
md5sums="bf6a0a05051341ecb250f332e3edfb88 libgweather-2.30.3.tar.bz2"