summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Vogt2019-11-20 10:40:44 +0100
committerDavid Vogt2019-11-20 10:40:44 +0100
commitf0655d672f6a37ea6e4e9db430ce91b2182e5d63 (patch)
tree86700ecea998a0af0dec1d5a510b8801e0d034d7
parent6e742e7f3df308b383e65b624e56a25fe31a9659 (diff)
downloadaur-f0655d672f6a37ea6e4e9db430ce91b2182e5d63.tar.gz
Version bump to 1.1.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2deab22a673..5a060e9c16f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = finja
pkgdesc = Index and find your stuff
- pkgver = 1.0.8
+ pkgver = 1.1.1
pkgrel = 1
url = http://github.com/adfinis-sygroup/finja
arch = any
@@ -10,11 +10,12 @@ pkgbase = finja
depends = python-binaryornot
depends = python-chardet
depends = sqlite3
+ depends = python-termcolor
provides = finja
conflicts = finja-git
- source = https://pypi.python.org/packages/source/f/finja/finja-1.0.8.tar.gz
+ source = https://pypi.python.org/packages/source/f/finja/finja-1.1.1.tar.gz
source = LICENSE::https://www.gnu.org/licenses/agpl.txt
- sha256sums = d1efb9c240ad27c0317d4186e59e186da24c28da816b56b8fa28ff4ea510e252
+ sha256sums = c2a28bff364dac07dc34929af6ca46d6f09ba38e5469b19c9629ba174620b790
sha256sums = 57c8ff33c9c0cfc3ef00e650a1cc910d7ee479a8bc509f6c9209a7c2a11399d6
pkgname = finja
diff --git a/PKGBUILD b/PKGBUILD
index 391e8225c69e..00236ab1fbf5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# This PKGBUILD is maintained at https://github.com/winged/aur-packages
pkgname=finja
-pkgver=1.0.8
+pkgver=1.1.1
pkgrel=1
pkgdesc="Index and find your stuff"
arch=('any')
@@ -19,7 +19,7 @@ source=(
"LICENSE::https://www.gnu.org/licenses/agpl.txt"
)
sha256sums=(
- 'd1efb9c240ad27c0317d4186e59e186da24c28da816b56b8fa28ff4ea510e252'
+ 'c2a28bff364dac07dc34929af6ca46d6f09ba38e5469b19c9629ba174620b790'
'57c8ff33c9c0cfc3ef00e650a1cc910d7ee479a8bc509f6c9209a7c2a11399d6'
)