summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuca Weiss2017-01-29 14:45:08 +0100
committerLuca Weiss2017-01-29 14:45:08 +0100
commit1bbb44384d3a94e0f68d02962e1f38519556c83e (patch)
treeea4435ac9132a3702a893b6daf70fa78074b6d69 /PKGBUILD
parent6f12c1f3288f7e628c345cc6160b3ec8adf2fd72 (diff)
downloadaur-1bbb44384d3a94e0f68d02962e1f38519556c83e.tar.gz
Change pythondir line
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