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 5cf559b26f33..9881acb13045 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=python-lookfor
-pkgver=0.0.1
+pkgver=0.0.2
pkgrel=1
pkgdesc="Search magic extension for IPython interpreter"
arch=('any')
url="https://github.com/jschueller/lookfor"
license=('BSD')
depends=('ipython')
-makedepends=('setuptools' 'git')
+makedepends=('python-setuptools' 'git')
source=($pkgname-$pkgver::git+https://github.com/jschueller/lookfor.git)
md5sums=('SKIP')