diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-21 17:31:30 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-22 23:51:12 -0300 |
commit | 9fa9bd6672ea58f5aca01688b572d484d90b6c8c (patch) | |
tree | 5af3d101410ad9ca273f0a2d04f4707a275fed57 /testing/xf86-input-wacom | |
parent | ab59b6c01db261ee54707a1d07f13bd48256034d (diff) | |
download | aports-9fa9bd6672ea58f5aca01688b572d484d90b6c8c.tar.bz2 aports-9fa9bd6672ea58f5aca01688b572d484d90b6c8c.tar.xz |
testing/xf86-input-wacom: upgrade to 0.37.0
Diffstat (limited to 'testing/xf86-input-wacom')
-rw-r--r-- | testing/xf86-input-wacom/APKBUILD | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/testing/xf86-input-wacom/APKBUILD b/testing/xf86-input-wacom/APKBUILD index c7b952c3ff..e94cc6e12f 100644 --- a/testing/xf86-input-wacom/APKBUILD +++ b/testing/xf86-input-wacom/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Ivan Tham <pickfire@riseup.net> # Maintainer: Ivan Tham <pickfire@riseup.net> pkgname=xf86-input-wacom -pkgver=0.36.1 -pkgrel=1 +pkgver=0.37.0 +pkgrel=0 pkgdesc="X.org Wacom tablet input driver" url="https://github.com/linuxwacom/xf86-input-wacom" arch="all" @@ -11,23 +11,19 @@ makedepends="xorg-server-dev libxext-dev libxi-dev libxrandr-dev libxinerama-dev eudev-dev" checkdepends="bash findutils" subpackages="$pkgname-dev $pkgname-doc" -source="https://github.com/linuxwacom/xf86-input-wacom/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2" -builddir="$srcdir"/$pkgname-$pkgver +source="https://github.com/linuxwacom/xf86-input-wacom/releases/download/xf86-input-wacom-$pkgver/xf86-input-wacom-$pkgver.tar.bz2" build() { - cd "$builddir" ./configure --prefix=/usr make } check() { - cd "$builddir" make check } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } -sha512sums="2618bb53f4d6ed4166cd738022efcd3f35b31e27b04b8293834a1650131f2cbe9e1f11594bbcfb309861360311ae68dfb179d86d27fcb57033847a7b26d6e832 xf86-input-wacom-0.36.1.tar.bz2" +sha512sums="74167e48be4e2e9e02c71b003bf806c8ba7d35900e8e621084a73142e4d1ea286e16bd190b5385224d3574443b512faa7f49210d63b9662a739433a78fd54bcf xf86-input-wacom-0.37.0.tar.bz2" |