aboutsummaryrefslogtreecommitdiffstats
path: root/community/thunar-volman
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-07-02 22:41:32 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-07-05 01:21:01 -0300
commit8fade52fc6004af352b615312e472582b12abea2 (patch)
treedd6cd1bb63192562f79a37707f1a9b90a9cca0db /community/thunar-volman
parentf0edc82b19b285d3c475b7d5dcf3aaba4144f00b (diff)
downloadaports-8fade52fc6004af352b615312e472582b12abea2.tar.bz2
aports-8fade52fc6004af352b615312e472582b12abea2.tar.xz
community/thunar-volman: upgrade to 0.9.3
Diffstat (limited to 'community/thunar-volman')
-rw-r--r--community/thunar-volman/APKBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/community/thunar-volman/APKBUILD b/community/thunar-volman/APKBUILD
index 183bc95c9e..f966d39a3f 100644
--- a/community/thunar-volman/APKBUILD
+++ b/community/thunar-volman/APKBUILD
@@ -1,21 +1,19 @@
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=thunar-volman
-pkgver=0.9.2
+pkgver=0.9.3
pkgrel=0
pkgdesc="Thunar extension for volumes management"
url="https://goodies.xfce.org/projects/thunar-plugins/thunar-volman"
-arch="all"
+arch="all !x86" # Limited by webkit2gtk
license="GPL-2.0-or-later"
options="!check" # no test suite
depends="thunar"
makedepends="thunar-dev exo-dev libgudev-dev libxfce4ui-dev libnotify-dev"
subpackages="$pkgname-lang"
source="https://archive.xfce.org/src/apps/thunar-volman/${pkgver%.*}/thunar-volman-$pkgver.tar.bz2"
-builddir="$srcdir/$pkgname-$pkgver"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -27,8 +25,7 @@ build() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="808f3dfdf105911275b0c96705604bd1575cd9c5bddaaae96583949c995a3bc84a71ce154c05ed3ce395d4b4d78e4d67770f79b3226fd4a35c509f5e612de72f thunar-volman-0.9.2.tar.bz2"
+sha512sums="514fd7256c2cda7fac266b05b631e4c34ddc66e12d63270cf76846b0748d1a7c2444bfb2d5600722c4eb41f0c0c95d4823e9c3c17f0f9e2c289f9967cb75ccc2 thunar-volman-0.9.3.tar.bz2"