diff options
author | prspkt <prspkt@protonmail.com> | 2018-06-21 19:01:43 +0300 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-06-22 07:25:56 +0000 |
commit | a68667230e709d4d1176e13ecd1e2f742115e55d (patch) | |
tree | 4e080df3f2737ea242d622c36fb0ef462a2142e0 /community/libwacom | |
parent | a8e11e260c6c0cd991405d7ce350a46977e127c7 (diff) | |
download | aports-a68667230e709d4d1176e13ecd1e2f742115e55d.tar.bz2 aports-a68667230e709d4d1176e13ecd1e2f742115e55d.tar.xz |
community/libwacom: upgrade to 0.30
Remove SPDX license file, switch to github.com for source and upstream.
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" |