summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9120f052b3df..4bcc9b9b2401 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ if $build_kernel_modules; then
_linux_next=4.13
pkgname+=('razer-driver-arch')
fi
-pkgver=1.1.16
+pkgver=2.0.0
#_commit=6ae1f7d55bf10cc6b5cb62a5ce99ff22c43e0701
pkgrel=1
pkgdesc="An entirely open source driver and user-space daemon that allows you to manage your Razer peripherals on GNU/Linux."
@@ -32,7 +32,7 @@ if [ -z $_commit ]; then
else
source=("https://github.com/openrazer/openrazer/archive/$_commit.tar.gz")
fi
-sha256sums=('dd1d934c3b1a50182fa1fca92ab853c2ad761b94a2925eb6ee71f060f233a00f')
+sha256sums=('34a8bef78086d8fb10e59c8e719aca94500c95a9048dd9ef0cfce01e0ae6e89e')
package_python-razer() {
pkgdesc="Python library for accessing the Razer daemon from Python."