diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-10-08 12:28:10 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-10-09 12:37:45 +0000 |
commit | e629a5197e66984eb1d2888be831a1eb4c20ee87 (patch) | |
tree | 5e3090ffc2e170593091bfa6fa0de39472afc514 /community/libwacom | |
parent | 52ecf28062981c6f4ec0901e650b161da7c8b57a (diff) | |
download | aports-e629a5197e66984eb1d2888be831a1eb4c20ee87.tar.bz2 aports-e629a5197e66984eb1d2888be831a1eb4c20ee87.tar.xz |
community/libwacom: upgrade to 0.31
Diffstat (limited to 'community/libwacom')
-rw-r--r-- | community/libwacom/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/libwacom/APKBUILD b/community/libwacom/APKBUILD index 714183314e..ffe1838384 100644 --- a/community/libwacom/APKBUILD +++ b/community/libwacom/APKBUILD @@ -1,17 +1,17 @@ # Contributor: Ivan Tham <pickfire@riseup.net> # Maintainer: Ivan Tham <pickfire@riseup.net> pkgname=libwacom -pkgver=0.30 +pkgver=0.31 pkgrel=0 pkgdesc="Library to help implement Wacom tablet settings" url="https://github.com/linuxwacom/libwacom/wiki" arch="all" license="MIT" depends="" -makedepends="libgudev-dev" +makedepends="libgudev-dev libxml2-dev glib-dev" checkdepends="bash findutils" install="" -subpackages="$pkgname-dev" +subpackages="$pkgname-dev $pkgname-doc" source="https://github.com/linuxwacom/libwacom/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2" builddir="$srcdir"/$pkgname-$pkgver @@ -34,4 +34,4 @@ package() { > "$pkgdir"/usr/lib/udev/rules.d/65-libwacom.rules } -sha512sums="863df2bca6778181b8cbe2546d4766143f78b3f9e555d6ac62ffe7f6ce53729dd78badfd1d795f217b0d4a335b600921932850c1ca2bfe832614bf22f93e09ae libwacom-0.30.tar.bz2" +sha512sums="fb1fd470000bf3a620c4dd2293fff483bf6e1ffddaffc176e7b88f13d44347f4b322e1827b53ce61ae25e2d99f36c50767c201f38161498969c7c8215dad1c36 libwacom-0.31.tar.bz2" |