summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanskritFritz2017-02-07 21:49:34 +0100
committerSanskritFritz2017-02-07 21:49:34 +0100
commit59562ab4679feaf0e1fa8e2d1955a71dd5fd0579 (patch)
tree5d3c9dc33578a4ad7e6c66cd600208816efa80b4
parenta577441367e7ef94f8329bef8adda17c4f2b44bd (diff)
downloadaur-59562ab4679feaf0e1fa8e2d1955a71dd5fd0579.tar.gz
Removed python2 from makedepends.
-rw-r--r--PKGBUILD7
1 files changed, 1 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c122484d0cea..e0c5ee958792 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ depends=('libkeybinder3' 'python-dbus' 'python' 'python-cairo' 'libwnck3')
makedepends=('intltool')
optdepends=('gnome-python-desktop: enables all plugins and gnome integration'
'xautomation: enables the Send Keys plugin')
-makedepends=('python2' 'intltool' 'git')
+makedepends=('intltool' 'git')
provides=("$_name")
conflicts=("$_name")
source=("git+https://github.com/kupferlauncher/kupfer.git")
@@ -28,11 +28,6 @@ pkgver() {
build() {
cd "$srcdir/$_name"
- # fix man page generation
- #sed -i 's_rst2man_&2_Ig' wscript
-
- #export PYTHON=/usr/bin/python
-
python waf configure --prefix=/usr --no-update-mime --no-update-icon-cache
python waf
}