diff options
Diffstat (limited to 'community/libwacom')
-rw-r--r-- | community/libwacom/APKBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/community/libwacom/APKBUILD b/community/libwacom/APKBUILD index b78cb7f502..714183314e 100644 --- a/community/libwacom/APKBUILD +++ b/community/libwacom/APKBUILD @@ -1,10 +1,10 @@ # Contributor: Ivan Tham <pickfire@riseup.net> # Maintainer: Ivan Tham <pickfire@riseup.net> pkgname=libwacom -pkgver=0.29 +pkgver=0.30 pkgrel=0 pkgdesc="Library to help implement Wacom tablet settings" -url="http://linuxwacom.sourceforge.net/" +url="https://github.com/linuxwacom/libwacom/wiki" arch="all" license="MIT" depends="" @@ -12,7 +12,7 @@ makedepends="libgudev-dev" checkdepends="bash findutils" install="" subpackages="$pkgname-dev" -source="https://downloads.sourceforge.net/project/linuxwacom/$pkgname/$pkgname-$pkgver.tar.bz2" +source="https://github.com/linuxwacom/libwacom/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2" builddir="$srcdir"/$pkgname-$pkgver build() { @@ -29,10 +29,9 @@ check() { package() { cd "$builddir" make DESTDIR="$pkgdir" install - install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" install -dm755 "$pkgdir"/usr/lib/udev/rules.d/ tools/generate-udev-rules > "$pkgdir"/usr/lib/udev/rules.d/65-libwacom.rules } -sha512sums="22fb7610a21a577d7ebc567e14ed1135b883723bc6c37adda540915261ebaea2365e4ab19339beefe6c412ba3c45e85b958129ddb24bff8ec73338b7a63a70ff libwacom-0.29.tar.bz2" +sha512sums="863df2bca6778181b8cbe2546d4766143f78b3f9e555d6ac62ffe7f6ce53729dd78badfd1d795f217b0d4a335b600921932850c1ca2bfe832614bf22f93e09ae libwacom-0.30.tar.bz2" |