summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 130f7a4154ff..87b10acdd299 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
# Generated by mksrcinfo v8
-# Sun Jun 23 18:21:26 UTC 2019
+# Sun Jun 23 19:30:00 UTC 2019
pkgbase = input-veikk-dkms
pkgdesc = Linux driver providing pressure sensitivity for VEIKK drawing tablets (S640, A50, A30)
pkgver = r42.0359cc1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jlam55555/veikk-s640-driver
arch = i686
arch = x86_64
license = GPL
depends = dkms
depends = git
+ optdepends = input-veikk-config
source = input-veikk::git+https://github.com/jlam55555/veikk-s640-driver.git
source = veikk.conf
source = dkms.conf
diff --git a/PKGBUILD b/PKGBUILD
index d8a1a3d6ac7f..078b214d6534 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
pkgname=input-veikk-dkms
_pkgname=input-veikk
pkgver=r42.0359cc1
-pkgrel=1
+pkgrel=2
pkgdesc="Linux driver providing pressure sensitivity for VEIKK drawing tablets (S640, A50, A30)"
arch=('i686' 'x86_64')
url="https://github.com/jlam55555/veikk-s640-driver"
license=('GPL')
depends=('dkms' 'git')
+optdepends=('input-veikk-config')
source=(${_pkgname}::git+${url}.git
'veikk.conf'
'dkms.conf')