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 6624d88ee961..0bc48d3c6755 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sodalite
pkgdesc = Keyboard-driven terminal file navigator and launcher
- pkgver = 0.14.6
+ pkgver = 0.14.7
pkgrel = 1
url = www.github.com/hnicke/sodalite
install = sodalite.install
@@ -15,8 +15,8 @@ pkgbase = sodalite
depends = python-pygments
depends = python-watchdog
backup = etc/sodalite.conf
- source = sodalite-0.14.6.tar.gz::https://github.com/hnicke/sodalite/archive/v0.14.6.tar.gz
- sha256sums = 35109b8e028be492409344443b7057565e08cf9de3b501f8bccbb0c78fd5b223
+ source = sodalite-0.14.7.tar.gz::https://github.com/hnicke/sodalite/archive/v0.14.7.tar.gz
+ sha256sums = e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
pkgname = sodalite
diff --git a/PKGBUILD b/PKGBUILD
index a15a7b4c7434..e7c45a86caf3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Heiko Nickerl <dev at heiko-nickerl dot com>
pkgname="sodalite"
-pkgver=0.14.6
+pkgver=0.14.7
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=('35109b8e028be492409344443b7057565e08cf9de3b501f8bccbb0c78fd5b223')
+sha256sums=('e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855')
install=sodalite.install
_gitroot=https://github.com/hnicke/$pkgname.git