summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Perez2019-11-19 11:11:12 +0100
committerAlejandro Perez2019-11-19 11:11:12 +0100
commitf3dbee27fa68686f64526f91d7cfbc7da22c1e6b (patch)
tree857142fb6b64338060b0c96584be8498761a4f38
parent497ed703095ca187a27d7009561dbdb560c7e4ad (diff)
downloadaur-f3dbee27fa68686f64526f91d7cfbc7da22c1e6b.tar.gz
Update version
-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')