summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRunGp2016-02-03 18:46:21 +0400
committerRunGp2016-02-03 18:46:21 +0400
commitc0d9fb42e84716383a90d88e4eef9a84bc2d3965 (patch)
tree0442d19fee6c843428a7f1219211f2660dffa09d /PKGBUILD
parent3dbeb2721b9db119393faaa00a429b7ed5798637 (diff)
downloadaur-c0d9fb42e84716383a90d88e4eef9a84bc2d3965.tar.gz
comment - change require: python-psutil to python2-psutil and python-pyqt4 to python2-pyqt4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e2a0d7e99371..373460d0d0b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,10 +7,10 @@ arch=(any)
url="https://github.com/RunGp/Nvidiux"
license=('GPL3')
depends=('gksu'
- 'python-psutil'
+ 'python2-psutil'
'tk'
'libva-vdpau-driver'
- 'python-pyqt4')
+ 'python2-pyqt4')
package()
{
cd "$srcdir/Nvidiux-1.2.1"