summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuca Weiss2016-12-14 15:09:50 +0100
committerLuca Weiss2016-12-14 15:09:50 +0100
commit0d87806b6e9431baab14b06cb6a48098f252d1fd (patch)
tree65187c6eaaf672b5407f6e61913460aebf4b571c /PKGBUILD
parentd3f18d2a0b4fb6ad6d7cab727ba73098ccf9eefc (diff)
downloadaur-0d87806b6e9431baab14b06cb6a48098f252d1fd.tar.gz
Update to 0.3.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6a0c461560f5..7a4a6ea02c59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Luca Weiss <luca (at) z3ntu (dot) xyz>
pkgname=polychromatic
-pkgver=0.3.4
+pkgver=0.3.5
pkgrel=1
pkgdesc='A graphical front end for managing Razer peripherals under GNU/Linux.'
arch=('any')
@@ -10,7 +10,7 @@ source=("$pkgname-v$pkgver.tar.gz::https://github.com/lah7/polychromatic/archive
url='https://github.com/lah7/polychromatic'
makedepends=('rsync')
depends=('python' 'hicolor-icon-theme' 'python-razer')
-sha512sums=('5c1326e27c1a8efe4cbe2c58084485be314f99ae1bd7e12317bdc1341022d0308aa5bffa1ac439f1c8c8b722c69f855402f12a90b0b645d2282cf090d3c15cab')
+sha512sums=('9d7304fb08ee1214b818111e42862154faac554fbccd16144bd4960b9062dc0543d3542a550deb1b2adb8527190bf137cb3dba3520bbe4de27437daea34e1b05')
package() {
_pythondir=$(python -c 'import sys; print(sys.path[-1])')