summaryrefslogtreecommitdiffstats
path: root/main/gucharmap
diff options
context:
space:
mode:
Diffstat (limited to 'main/gucharmap')
-rw-r--r--main/gucharmap/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/gucharmap/APKBUILD b/main/gucharmap/APKBUILD
index c39228d7f..c870de0a4 100644
--- a/main/gucharmap/APKBUILD
+++ b/main/gucharmap/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gucharmap
pkgver=2.33.2
-pkgrel=0
+pkgrel=1
pkgdesc="the GNOME Character Map, based on the Unicode Character Database"
url="http://live.gnome.org/Gucharmap"
arch="all"
@@ -33,6 +33,7 @@ build() {
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install
+ find "$pkgdir" -name '*.la' -delete
}
md5sums="56af6fb2ced601c26f63b804c64ba065 gucharmap-2.33.2.tar.bz2"