summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2016-06-13 22:36:27 +0200
committerMartchus2016-06-13 22:36:27 +0200
commit1ee28172c9646570339e0d4cb5a06c7c6303919b (patch)
tree38d4e651e8ad487024c20eb486c1e42d0b52dd15 /PKGBUILD
parentfd976dca1169378e14e5719468071e3430d5c06b (diff)
downloadaur-1ee28172c9646570339e0d4cb5a06c7c6303919b.tar.gz
Clean unnecessary assignments
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD18
1 files changed, 7 insertions, 11 deletions
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() {