aboutsummaryrefslogtreecommitdiff
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
parent98b4359d078ad7ffe5e0d86295cbfec498e23e22 (diff)
downloadalpine_aports-a1fcacac121bf79ce7eedf368576f1df14457dad.tar.bz2
alpine_aports-a1fcacac121bf79ce7eedf368576f1df14457dad.tar.xz
alpine_aports-a1fcacac121bf79ce7eedf368576f1df14457dad.zip
community/gnome-autoar: upgrade to 0.2.4
-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 0235b946b4..81e791448e 100644
--- a/community/gnome-autoar/APKBUILD
+++ b/community/gnome-autoar/APKBUILD
@@ -1,21 +1,16 @@
1# Maintainer: 1# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
2pkgname=gnome-autoar 2pkgname=gnome-autoar
3pkgver=0.2.3 3pkgver=0.2.4
4pkgrel=0 4pkgrel=0
5pkgdesc="GNOME archive extraction library" 5pkgdesc="GNOME archive extraction library"
6url="https://www.gnome.org/" 6url="https://www.gnome.org/"
7arch="all !s390x" 7arch="all"
8license="GPL" 8license="LGP-2.1-only"
9depends="" 9makedepends="gtk+3.0-dev libarchive-dev vala"
10depends_dev="gnome-desktop-dev libarchive-dev"
11makedepends="$depends_dev vala"
12install=""
13subpackages="$pkgname-dev $pkgname-doc" 10subpackages="$pkgname-dev $pkgname-doc"
14source="https://download.gnome.org/sources/gnome-autoar/${pkgver%.*}/gnome-autoar-$pkgver.tar.xz" 11source="https://download.gnome.org/sources/gnome-autoar/${pkgver%.*}/gnome-autoar-$pkgver.tar.xz"
15builddir="$srcdir/gnome-autoar-$pkgver"
16 12
17build() { 13build() {
18 cd "$builddir"
19 ./configure \ 14 ./configure \
20 --build=$CBUILD \ 15 --build=$CBUILD \
21 --host=$CHOST \ 16 --host=$CHOST \
@@ -27,13 +22,11 @@ build() {
27} 22}
28 23
29package() { 24package() {
30 cd "$builddir"
31 make DESTDIR="$pkgdir" install 25 make DESTDIR="$pkgdir" install
32} 26}
33 27
34check() { 28check() {
35 cd "$builddir"
36 make check 29 make check
37} 30}
38 31
39sha512sums="f87299817c52e7862a6c1cc950b1c362db8e7465e008d988e70245a203c728a9179400aac8601c399abe361e5a1ac4558b1190641ad3afa7224f883546fae7bc gnome-autoar-0.2.3.tar.xz" 32sha512sums="66750ae30bf9f59820f06653898eb33ac4edbb63976a02d15417118a068abd9292350220713813ddfdd1f2e77db7b3a8f8980f0c70a93d1bb87a9405e013de19 gnome-autoar-0.2.4.tar.xz"