summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorshinnova2016-08-31 09:18:55 +0200
committershinnova2016-08-31 09:18:55 +0200
commitdacfbe5b6b89083b96a71719eb93e7521d93a4af (patch)
tree49cd17a3e39aad759a1aa486dde4b1af5da7c90b
parentdfb717d216ebc3514cca6eb9c8ec615501a94fb2 (diff)
downloadaur-razer-blackwidow-2014.tar.gz
Not specifically python-pyusb-git that's needed
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9eec4a6ee6c7..32278741b528 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = razer-blackwidow-2014
pkgdesc = Enables M1-M5 and FN keys in Linux for the Razer BlackWidow 2014 keyboard
pkgver = 0.0.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/skogler/razer-blackwidow-2014
install = razer-blackwidow-2014.install
arch = any
license = GPL2
- depends = python-pyusb-git
+ depends = python-pyusb
depends = xorg-xmodmap
provides = razer-blackwidow-2014
conflicts = razer-blackwidow-macro-scripts
diff --git a/PKGBUILD b/PKGBUILD
index d18b11e4ef89..65080e32fa14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# juankfree <juan77.sonic@gmail.com>
pkgname=razer-blackwidow-2014
pkgver=0.0.5
-pkgrel=1
+pkgrel=2
pkgdesc="Enables M1-M5 and FN keys in Linux for the Razer BlackWidow 2014 keyboard"
arch=('any')
url="https://github.com/skogler/razer-blackwidow-2014"
license=('GPL2')
-depends=('python-pyusb-git' 'xorg-xmodmap')
+depends=('python-pyusb' 'xorg-xmodmap')
provides=('razer-blackwidow-2014')
conflicts=('razer-blackwidow-macro-scripts')
options=('!strip')