diff options
author | Ivan Tham <pickfire@riseup.net> | 2018-04-03 14:32:21 +0800 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-04-04 13:28:42 +0000 |
commit | 27eed5b634f4f8b187a9dfebd72ef56bdd31918e (patch) | |
tree | dd15986bce82aa1a490259b3101e3b44b48bba8a /community/libwacom | |
parent | 5679e66521e57b76d70b25f057f2e7b8f2c4f3b3 (diff) | |
download | aports-27eed5b634f4f8b187a9dfebd72ef56bdd31918e.tar.bz2 aports-27eed5b634f4f8b187a9dfebd72ef56bdd31918e.tar.xz |
community/libwacom: upgrade to 0.29
Diffstat (limited to 'community/libwacom')
-rw-r--r-- | community/libwacom/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/libwacom/APKBUILD b/community/libwacom/APKBUILD index 249bd551ef..b78cb7f502 100644 --- a/community/libwacom/APKBUILD +++ b/community/libwacom/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Ivan Tham <pickfire@riseup.net> # Maintainer: Ivan Tham <pickfire@riseup.net> pkgname=libwacom -pkgver=0.24 -pkgrel=1 +pkgver=0.29 +pkgrel=0 pkgdesc="Library to help implement Wacom tablet settings" url="http://linuxwacom.sourceforge.net/" arch="all" @@ -35,4 +35,4 @@ package() { > "$pkgdir"/usr/lib/udev/rules.d/65-libwacom.rules } -sha512sums="331acb33ab798abf376f70647786c894014d5baa373cc66d53f1e77e77129ba78ec059f32f5cf3659a1fe3e8f9ff6ab3eb6eefd6090fc3c3bab4582ea25a5640 libwacom-0.24.tar.bz2" +sha512sums="22fb7610a21a577d7ebc567e14ed1135b883723bc6c37adda540915261ebaea2365e4ab19339beefe6c412ba3c45e85b958129ddb24bff8ec73338b7a63a70ff libwacom-0.29.tar.bz2" |