summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57e52528f5ab..6e18f4fa5e27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jan 15 17:24:11 UTC 2017
+# Sun Jan 29 13:44:33 UTC 2017
pkgbase = polychromatic-git
pkgdesc = A graphical front end for managing Razer peripherals under GNU/Linux.
- pkgver = 0.3.6.r0.ga488ed2
+ pkgver = 0.3.6.1.r0.gf324b50
pkgrel = 1
url = https://github.com/lah7/polychromatic
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 73b5713632e8..d1d4994e19c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Luca Weiss <luca (at) z3ntu (dot) xyz>
pkgname=polychromatic-git
+pkgver=0.3.6.1.r0.gf324b50
pkgrel=1
-pkgver=0.3.6.r1.ga275aca
pkgdesc='A graphical front end for managing Razer peripherals under GNU/Linux.'
arch=('any')
license=('GPL2')
@@ -20,7 +20,7 @@ pkgver() {
}
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