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 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