summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49724e0d708a..5f9da44ae932 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = pyneedle
pkgdesc = Convenient tool created to allow you to quickly search for files in your computer, using one of the supported search engines (i.e. tracker and recoll)
- pkgver = r85.88f7f0a171d7
+ pkgver = 86
pkgrel = 1
url = https://bitbucket.org/aperezmendez/pyneedle
arch = any
license = MIT
makedepends = mercurial
depends = gtk3
- depends = python2-setuptools
+ depends = python-setuptools
optdepends = recoll
optdepends = tracker
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index c5252c15412a..420672c07b09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=pyneedle
pkgnameorig=pyneedle
-pkgver=r85.88f7f0a171d7
+pkgver=86
pkgrel=1
pkgdesc="Convenient tool created to allow you to quickly search for files in your computer, using one of the supported search engines (i.e. tracker and recoll)"
arch=('any')
url="https://bitbucket.org/aperezmendez/pyneedle"
license=('MIT')
-depends=('gtk3' 'python2-setuptools')
+depends=('gtk3' 'python-setuptools')
optdepends=('recoll' 'tracker')
options=(!emptydirs)
makedepends=('mercurial')