summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLukáš Jirkovský2016-07-15 23:07:06 +0200
committerLukáš Jirkovský2016-07-15 23:07:06 +0200
commitb22a8b122def5ff02376bf4a4d688164337fcf6c (patch)
tree2ad95c1ee73bd4502c50649da4d194730df85b80 /PKGBUILD
parent6560990a5ab68465351d695e7a91dac3011f2c15 (diff)
downloadaur-b22a8b122def5ff02376bf4a4d688164337fcf6c.tar.gz
fix upstream URL, add python makedependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 32333629892e..f4b627f7cd81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,15 @@
# Contributor: Dylon Edwards <deltaecho@archlinux.us>
pkgname=kcm-wacomtablet
pkgver=3.0.0~beta1
-pkgrel=1
+pkgrel=2
pkgdesc="KDE GUI for the Wacom Linux Drivers"
arch=('i686' 'x86_64')
-url="http://kde-apps.org/content/show.php/wacom+tablet?content=114856"
+url="https://www.linux-apps.com/p/1127862/"
license=('GPL2')
depends=('plasma-framework' 'xf86-input-wacom')
-makedepends=('git' 'cmake' 'extra-cmake-modules' 'kdoctools' 'kdelibs4support')
-source=("http://kde-apps.org/CONTENT/content-files/114856-wacomtablet-${pkgver}.tar.xz")
+makedepends=('git' 'cmake' 'extra-cmake-modules' 'kdoctools' 'kdelibs4support' 'python')
+# https://quickgit.kde.org/?p=wacomtablet.git
+source=("https://dl.opendesktop.org/api/files/download/id/1466630714/114856-wacomtablet-${pkgver}.tar.xz")
md5sums=('95d1d29063d6de2ab0881c33e8eacb05')
prepare() {