aboutsummaryrefslogtreecommitdiffstats
path: root/community/gnome-autoar/APKBUILD
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2020-06-01 15:18:20 +0200
committerRasmus Thomsen <oss@cogitri.dev>2020-06-04 13:18:26 +0000
commita1fcacac121bf79ce7eedf368576f1df14457dad (patch)
tree04e7204042b7a5eeac112f1a93f60fdad8483119 /community/gnome-autoar/APKBUILD
parent98b4359d078ad7ffe5e0d86295cbfec498e23e22 (diff)
community/gnome-autoar: upgrade to 0.2.4
Diffstat (limited to 'community/gnome-autoar/APKBUILD')
-rw-r--r--community/gnome-autoar/APKBUILD19
1 files changed, 6 insertions, 13 deletions
diff --git a/community/gnome-autoar/APKBUILD b/community/gnome-autoar/APKBUILD
index 0235b946b4a..81e791448e9 100644
--- a/community/gnome-autoar/APKBUILD
+++ b/community/gnome-autoar/APKBUILD
@@ -1,21 +1,16 @@
-# Maintainer:
+# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=gnome-autoar
-pkgver=0.2.3
+pkgver=0.2.4
pkgrel=0
pkgdesc="GNOME archive extraction library"
url="https://www.gnome.org/"
-arch="all !s390x"
-license="GPL"
-depends=""
-depends_dev="gnome-desktop-dev libarchive-dev"
-makedepends="$depends_dev vala"
-install=""
+arch="all"
+license="LGP-2.1-only"
+makedepends="gtk+3.0-dev libarchive-dev vala"
subpackages="$pkgname-dev $pkgname-doc"
source="https://download.gnome.org/sources/gnome-autoar/${pkgver%.*}/gnome-autoar-$pkgver.tar.xz"
-builddir="$srcdir/gnome-autoar-$pkgver"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -27,13 +22,11 @@ build() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
check() {
- cd "$builddir"
make check
}
-sha512sums="f87299817c52e7862a6c1cc950b1c362db8e7465e008d988e70245a203c728a9179400aac8601c399abe361e5a1ac4558b1190641ad3afa7224f883546fae7bc gnome-autoar-0.2.3.tar.xz"
+sha512sums="66750ae30bf9f59820f06653898eb33ac4edbb63976a02d15417118a068abd9292350220713813ddfdd1f2e77db7b3a8f8980f0c70a93d1bb87a9405e013de19 gnome-autoar-0.2.4.tar.xz"