summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78eaa7541b2b..c4d7ec72cd2b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = skiller-ctl
pkgdesc = control some of the additional features of Sharkoon skiller keyboards
pkgver = 0.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/anyc/skiller-ctl
arch = i686
arch = x86_64
license = GPL3
+ depends = libusb>=1.0
source = https://github.com/anyc/skiller-ctl/archive/v0.2.tar.gz
sha256sums = eccb19b9cbb5ab11f38b1c70cb50ebd6009927fe0ca06601aa3ec5a4eb5a8c5b
diff --git a/PKGBUILD b/PKGBUILD
index 13d3eb1dc1e3..7d914c41d8e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,12 @@
# Maintainer: Joost Bremmer <toost dot b at gmail dot com>
pkgname=skiller-ctl
pkgver=0.2
-pkgrel=1
+pkgrel=2
pkgdesc="control some of the additional features of Sharkoon skiller keyboards"
arch=('i686' 'x86_64')
url="https://github.com/anyc/skiller-ctl"
license=('GPL3')
-#depends=('libusb>=1.0')
-#makedepends=('libusb>=1.0')
+depends=('libusb>=1.0')
source=("https://github.com/anyc/${pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('eccb19b9cbb5ab11f38b1c70cb50ebd6009927fe0ca06601aa3ec5a4eb5a8c5b')