summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRunGp2016-02-03 18:46:21 +0400
committerRunGp2016-02-03 18:46:21 +0400
commitc0d9fb42e84716383a90d88e4eef9a84bc2d3965 (patch)
tree0442d19fee6c843428a7f1219211f2660dffa09d
parent3dbeb2721b9db119393faaa00a429b7ed5798637 (diff)
downloadaur-c0d9fb42e84716383a90d88e4eef9a84bc2d3965.tar.gz
comment - change require: python-psutil to python2-psutil and python-pyqt4 to python2-pyqt4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c147c7c58bfa..02d8d64ece6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,10 +8,10 @@ pkgbase = nvidiux
arch = any
license = GPL3
depends = gksu
- depends = python-psutil
+ depends = python2-psutil
depends = tk
depends = libva-vdpau-driver
- depends = python-pyqt4
+ depends = python2-pyqt4
source = https://github.com/RunGp/Nvidiux/archive/1.2.1.tar.gz
md5sums = 0230915eef276ca9e623a3d0ff648513
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"