summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Weiss2017-01-14 19:03:51 +0100
committerLuca Weiss2017-01-14 19:03:51 +0100
commit8af44ecba176be71367922284ff69cfce427ec65 (patch)
tree136f3256513dbbac5fcc7c39020a3f49e0fef89e
parent0d87806b6e9431baab14b06cb6a48098f252d1fd (diff)
downloadaur-8af44ecba176be71367922284ff69cfce427ec65.tar.gz
Update to 0.3.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f016846cd83..37dddd6cc8bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Dec 14 14:09:38 UTC 2016
+# Sat Jan 14 18:03:31 UTC 2017
pkgbase = polychromatic
pkgdesc = A graphical front end for managing Razer peripherals under GNU/Linux.
- pkgver = 0.3.5
+ pkgver = 0.3.6
pkgrel = 1
url = https://github.com/lah7/polychromatic
arch = any
@@ -11,8 +11,8 @@ pkgbase = polychromatic
depends = python
depends = hicolor-icon-theme
depends = python-razer
- source = polychromatic-v0.3.5.tar.gz::https://github.com/lah7/polychromatic/archive/v0.3.5.tar.gz
- sha512sums = 9d7304fb08ee1214b818111e42862154faac554fbccd16144bd4960b9062dc0543d3542a550deb1b2adb8527190bf137cb3dba3520bbe4de27437daea34e1b05
+ source = polychromatic-v0.3.6.tar.gz::https://github.com/lah7/polychromatic/archive/v0.3.6.tar.gz
+ sha512sums = d73e3ea0a0933a6344a556293e506d864aaae8e00311198a54efe6654da6e3eece8b3799b27f9d7baa5dae179a53be97256550c490719484cd80f42432a7dff0
pkgname = polychromatic
diff --git a/PKGBUILD b/PKGBUILD
index 7a4a6ea02c59..0882d9bd7cc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Luca Weiss <luca (at) z3ntu (dot) xyz>
pkgname=polychromatic
-pkgver=0.3.5
+pkgver=0.3.6
pkgrel=1
pkgdesc='A graphical front end for managing Razer peripherals under GNU/Linux.'
arch=('any')
@@ -10,10 +10,10 @@ 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=('9d7304fb08ee1214b818111e42862154faac554fbccd16144bd4960b9062dc0543d3542a550deb1b2adb8527190bf137cb3dba3520bbe4de27437daea34e1b05')
+sha512sums=('d73e3ea0a0933a6344a556293e506d864aaae8e00311198a54efe6654da6e3eece8b3799b27f9d7baa5dae179a53be97256550c490719484cd80f42432a7dff0')
package() {
- _pythondir=$(python -c 'import sys; print(sys.path[-1])')
+ _pythondir=$(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")
cd $srcdir/polychromatic-$pkgver