aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/xarchiver/APKBUILD14
1 files changed, 3 insertions, 11 deletions
diff --git a/community/xarchiver/APKBUILD b/community/xarchiver/APKBUILD
index 16064e35fb8..c5da7d1d044 100644
--- a/community/xarchiver/APKBUILD
+++ b/community/xarchiver/APKBUILD
@@ -1,8 +1,9 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xarchiver
-pkgver=0.5.4.13
+pkgver=0.5.4.14
pkgrel=0
pkgdesc="GTK+ frontend to various command line archivers"
+options="!check" # No testsuite
url="https://github.com/ib/xarchiver"
arch="all"
license="GPL-2.0-or-later"
@@ -11,10 +12,7 @@ makedepends="intltool gtk+2.0-dev libxslt"
subpackages="$pkgname-doc $pkgname-lang"
source="$pkgname-$pkgver.tar.gz::https://github.com/ib/xarchiver/archive/$pkgver.tar.gz"
-builddir="$srcdir/$pkgname-$pkgver"
-
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -23,14 +21,8 @@ build() {
make
}
-check() {
- cd "$builddir"
- ./src/xarchiver --help > /dev/null
-}
-
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="ace6b3bade20f517c63a035022944d092868e4c000976ef388a3ee70ef8a28177ee20cfb089d0984e9274722c4ec13d129fd7a4ef542e7b5cd4423c26ad5b849 xarchiver-0.5.4.13.tar.gz"
+sha512sums="b38881e6cdfb402499efbd18ab25cac3869cd48ef96941a4bb3cb8b6b130a2317abe3b1d11bfc3d60e81eef7cafa34515fefc11e469443d96d139c2f09cf4498 xarchiver-0.5.4.14.tar.gz"