aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/py-gobject/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/py-gobject/APKBUILD b/main/py-gobject/APKBUILD
index 5872eb37d..f288646e0 100644
--- a/main/py-gobject/APKBUILD
+++ b/main/py-gobject/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=py-gobject
pkgver=2.26.0
-pkgrel=1
+pkgrel=2
pkgdesc="Python bindings for the GObject library"
url="http://www.pygtk.org/"
arch="all"
@@ -31,6 +31,7 @@ build() {
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install
+ find $pkgdir -name "*.la" -print0 | xargs -0 rm -f
}
md5sums="7e3352c4b83ce8dc15290e86dd9c2be0 pygobject-2.26.0.tar.bz2"