summaryrefslogtreecommitdiffstats
path: root/main/xarchiver
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2014-04-16 11:36:19 +0000
committerTimo Teräs <timo.teras@iki.fi>2014-04-16 11:36:19 +0000
commit92a946c12e07770f28f78c6ef49644a1e5694413 (patch)
tree83ac1848592c8a11045dc8f8c92ddde81d8605b3 /main/xarchiver
parentdbf9f3832723d92fe77a807f177d8826d07c9145 (diff)
downloadaports-92a946c12e07770f28f78c6ef49644a1e5694413.tar.bz2
aports-92a946c12e07770f28f78c6ef49644a1e5694413.tar.xz
main/xarchiver: remove hack to work without iconv
Diffstat (limited to 'main/xarchiver')
-rw-r--r--main/xarchiver/APKBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/main/xarchiver/APKBUILD b/main/xarchiver/APKBUILD
index 6fd284c89..99f412dbe 100644
--- a/main/xarchiver/APKBUILD
+++ b/main/xarchiver/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xarchiver
pkgver=0.5.3
-pkgrel=0
+pkgrel=1
pkgdesc="GTK+ frontend to various command line archivers"
url="http://xarchiver.xfce.org/"
arch="all"
@@ -32,8 +32,6 @@ build() {
package() {
cd "$srcdir/xarchiver-$pkgver"
- # work around issue when 'iconv' is missing
- cp xarchiver.desktop.in xarchiver.desktop
make DESTDIR="$pkgdir" install || return 1
}
md5sums="fd390bbd2df76a5f8a007bdeae82d4aa xarchiver-0.5.3.tar.bz2