aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/libxdg-basedir/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/libxdg-basedir/APKBUILD b/testing/libxdg-basedir/APKBUILD
index c7d7a66fb1..17d56fdde5 100644
--- a/testing/libxdg-basedir/APKBUILD
+++ b/testing/libxdg-basedir/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: William Pitcock <nenolod@dereferenced.org>
-# Maintainer:
+# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libxdg-basedir
pkgver=1.1.1
-pkgrel=0
+pkgrel=1
pkgdesc="library for XDG base dir specification"
url="http://n.ethz.ch/~nevillm/download/libxdg-basedir/"
arch="all"
@@ -35,6 +35,7 @@ build() {
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
+ rm "$pkgdir"/usr/lib/*.la
}
md5sums="7c64a28b08c8fdf6c8a95b0d5f1497b0 libxdg-basedir-1.1.1.tar.gz"