summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c29d9e829985..870bf7c90608 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = blackwidowcontrol
pkgdesc = Python script to enable macro keys of the Razer BlackWidow keyboard under GNU/Linux
- pkgver = 1.0.2
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/Martchus/blackwidowcontrol
arch = any
license = GPL
depends = python-pyusb
- source = blackwidowcontrol-1.0.2.tar.gz::https://github.com/Martchus/blackwidowcontrol/archive/v1.0.2.tar.gz
- sha256sums = 813a0726c78b8f057adf2d92a731c21e2afcd94d5b518625f4dc118db9d8216c
+ source = blackwidowcontrol-1.1.0.tar.gz::https://github.com/Martchus/blackwidowcontrol/archive/v1.1.0.tar.gz
+ sha256sums = bd679a4574de8a4d2b7ab4d56bf57559cf3bff130104636b82d083a62251c00d
pkgname = blackwidowcontrol
-
diff --git a/PKGBUILD b/PKGBUILD
index e1e763d3f663..8ed5964d1176 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# you also find the URL of a binary repository.
pkgname=blackwidowcontrol
-pkgver=1.0.2
+pkgver=1.1.0
pkgrel=1
pkgdesc='Python script to enable macro keys of the Razer BlackWidow keyboard under GNU/Linux'
url='https://github.com/Martchus/blackwidowcontrol'
@@ -12,7 +12,7 @@ arch=('any')
license=('GPL')
depends=('python-pyusb')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('813a0726c78b8f057adf2d92a731c21e2afcd94d5b518625f4dc118db9d8216c')
+sha256sums=('bd679a4574de8a4d2b7ab4d56bf57559cf3bff130104636b82d083a62251c00d')
package() {
local _srcdir="${srcdir}/${PROJECT_DIR_NAME:-$pkgname-$pkgver}"