summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD18
2 files changed, 9 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73191571e6f3..b0c8267a13af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
# Generated by mksrcinfo v8
-# Sun Jan 24 15:07:06 UTC 2016
+# Mon Jun 13 20:36:09 UTC 2016
pkgbase = blackwidowcontrol
pkgdesc = Python script to enable macro keys of the Razer BlackWidow keyboard under GNU/Linux
pkgver = 1.0.0
- pkgrel = 3
+ pkgrel = 4
arch = any
license = GPL
- depends = python
depends = python-pyusb
source = blackwidowcontrol-1.0.0.tar.gz::https://github.com/Martchus/blackwidowcontrol/archive/v1.0.0.tar.gz
sha256sums = b840f36debfdf7ce745105b2d187d643ac7588589aa7caf2a475af7da72ef362
diff --git a/PKGBUILD b/PKGBUILD
index 42c3e41f06a0..c9b72cf4b450 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,16 @@
# Maintainer: Martchus <martchus@gmx.net>
+
+# All my PKGBUILDs are managed at https://github.com/Martchus/PKGBUILDs where
+# you also find the URL of a binary repository.
+
pkgname=blackwidowcontrol
pkgver=1.0.0
-pkgrel=3
-pkgdesc="Python script to enable macro keys of the Razer BlackWidow keyboard under GNU/Linux"
+pkgrel=4
+pkgdesc='Python script to enable macro keys of the Razer BlackWidow keyboard under GNU/Linux'
arch=('any')
license=('GPL')
-groups=
-provides=
-depends=("python" "python-pyusb")
-makedepends=
-conflicts=
-replaces=
-backup=
-install=
+depends=('python-pyusb')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${pkgname}/archive/v${pkgver}.tar.gz")
-noextract=
sha256sums=('b840f36debfdf7ce745105b2d187d643ac7588589aa7caf2a475af7da72ef362')
package() {