summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc317494ff49..cd08602f8bf9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sodalite
pkgdesc = Keyboard-driven terminal file navigator and launcher
pkgver = 0.18.1
- pkgrel = 1
+ pkgrel = 2
url = www.github.com/hnicke/sodalite
arch = any
license = GPL
@@ -15,7 +15,7 @@ pkgbase = sodalite
depends = python-watchdog
backup = etc/sodalite.conf
source = sodalite-0.18.1.tar.gz::https://github.com/hnicke/sodalite/archive/v0.18.1.tar.gz
- sha256sums = b1adeda8555317123796a9bf2eec6b1be08faad4a4f8aea2bd7696e0870adb54
+ sha256sums = e8b356ea0717fdf29b28e6f0cc208f133dbebb3cc263acca052aa70145f8862e
pkgname = sodalite
diff --git a/PKGBUILD b/PKGBUILD
index b113e08c4af1..ab58346b9ce0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Heiko Nickerl <dev at heiko-nickerl dot com>
pkgname="sodalite"
pkgver=0.18.1
-pkgrel=1
+pkgrel=2
pkgdesc="Keyboard-driven terminal file navigator and launcher"
arch=('any')
url="www.github.com/hnicke/sodalite"
@@ -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=('b1adeda8555317123796a9bf2eec6b1be08faad4a4f8aea2bd7696e0870adb54')
+sha256sums=('e8b356ea0717fdf29b28e6f0cc208f133dbebb3cc263acca052aa70145f8862e')
_gitroot=https://github.com/hnicke/$pkgname.git