summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd7291a50f88..4ea0be3ec6f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sodalite
pkgdesc = Keyboard-driven terminal file navigator and launcher
- pkgver = 0.16.1
+ pkgver = 0.17.1
pkgrel = 1
url = www.github.com/hnicke/sodalite
arch = any
@@ -14,8 +14,8 @@ pkgbase = sodalite
depends = python-pygments
depends = python-watchdog
backup = etc/sodalite.conf
- source = sodalite-0.16.1.tar.gz::https://github.com/hnicke/sodalite/archive/v0.16.1.tar.gz
- sha256sums = b08cf19a8e3982e9d142bba965fd9e4a88d8fa46a860cc6a0c70232b1551eebf
+ source = sodalite-0.17.1.tar.gz::https://github.com/hnicke/sodalite/archive/v0.17.1.tar.gz
+ sha256sums = 455c872feba7ed6502ee7ba259c2b0b755b16b98d32e41071491c2272e6e5817
pkgname = sodalite
diff --git a/PKGBUILD b/PKGBUILD
index a011da82fdfb..a9ee09908bfe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Heiko Nickerl <dev at heiko-nickerl dot com>
pkgname="sodalite"
-pkgver=0.16.1
+pkgver=0.17.1
pkgrel=1
pkgdesc="Keyboard-driven terminal file navigator and launcher"
arch=('any')
@@ -11,7 +11,7 @@ depends=('python-binaryornot' 'python-urwid' 'python-yaml'
'python-pyperclip' 'python-pygments' 'python-watchdog')
source=("$pkgname-$pkgver.tar.gz::https://github.com/hnicke/sodalite/archive/v$pkgver.tar.gz")
backup=('etc/sodalite.conf')
-sha256sums=('b08cf19a8e3982e9d142bba965fd9e4a88d8fa46a860cc6a0c70232b1551eebf')
+sha256sums=('455c872feba7ed6502ee7ba259c2b0b755b16b98d32e41071491c2272e6e5817')
_gitroot=https://github.com/hnicke/$pkgname.git