summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dac39f6fcc39..8f9c4924c7d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = python-lookfor
pkgdesc = Search magic extension for IPython interpreter
- pkgver = 0.0.1
+ pkgver = 0.0.2
pkgrel = 1
url = https://github.com/jschueller/lookfor
arch = any
license = BSD
- makedepends = setuptools
+ makedepends = python-setuptools
makedepends = git
depends = ipython
- source = python-lookfor-0.0.1::git+https://github.com/jschueller/lookfor.git
+ source = python-lookfor-0.0.2::git+https://github.com/jschueller/lookfor.git
md5sums = SKIP
pkgname = python-lookfor
-
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')