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 05f06d9e7063..bbd7d5522d75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sodalite
pkgdesc = Keyboard-driven terminal file navigator and launcher
- pkgver = 0.13.6
+ pkgver = 0.14.0
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.13.6.tar.gz::https://github.com/hnicke/sodalite/archive/v0.13.6.tar.gz
- sha256sums = 9a5f67706154c3b74b2d3a3cd0842af00e0e75ed315e7c8039badb518620241a
+ source = sodalite-0.14.0.tar.gz::https://github.com/hnicke/sodalite/archive/v0.14.0.tar.gz
+ sha256sums = fc73e630903fe6f05be29b84235b92cf445aad09d1e943b0290b4301b0428104
pkgname = sodalite
diff --git a/PKGBUILD b/PKGBUILD
index 0f5026df30ee..69eb70706720 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Heiko Nickerl <dev at heiko-nickerl dot com>
pkgname="sodalite"
-pkgver=0.13.6
+pkgver=0.14.0
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=('9a5f67706154c3b74b2d3a3cd0842af00e0e75ed315e7c8039badb518620241a')
+sha256sums=('fc73e630903fe6f05be29b84235b92cf445aad09d1e943b0290b4301b0428104')
install=sodalite.install
_gitroot=https://github.com/hnicke/$pkgname.git