summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Weiss2017-11-19 12:01:05 +0100
committerLuca Weiss2017-11-19 12:01:05 +0100
commitf6075fa2f5a3df1a1cc67af9a8600a78562f6280 (patch)
tree5a1719cc8176b19bd1ffef8665e8941322cb1d74
parent06ea5e4e3b353a762b7792ed71a7ff73744ad9d3 (diff)
downloadaur-f6075fa2f5a3df1a1cc67af9a8600a78562f6280.tar.gz
Packaging is hard
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce04f8a386f9..efef69d45a9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = openrazer
makedepends = python
makedepends = python-setuptools
source = https://github.com/openrazer/openrazer/releases/download/v2.1.1/openrazer-2.1.1.tar.xz
- sha256sums = 0040f94d11d0039505328a90b2ff48968db873e9e7967307631bf40ef5679275
+ sha256sums = 7827c2398b695ea002edbd5c7f92fdd722039886f946b35da537ddff9e998f5e
pkgname = python-openrazer
pkgdesc = Python library for accessing the Razer daemon from Python.
diff --git a/PKGBUILD b/PKGBUILD
index bfbc60e453f6..5d02a5709460 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,7 +31,7 @@ if [ -z $_commit ]; then
else
source=("https://github.com/openrazer/openrazer/archive/$_commit.tar.gz")
fi
-sha256sums=('0040f94d11d0039505328a90b2ff48968db873e9e7967307631bf40ef5679275')
+sha256sums=('7827c2398b695ea002edbd5c7f92fdd722039886f946b35da537ddff9e998f5e')
package_python-openrazer() {
pkgdesc="Python library for accessing the Razer daemon from Python."