summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeiko Nickerl2021-08-04 18:56:44 +0000
committerHeiko Nickerl2021-08-04 18:56:44 +0000
commit40bfc4e07be84b0a204e6daa2f5e488785c63e8c (patch)
treec12089176c82a20a21259d47da4dfde1d049469b
parent9db6ce171560aec76f5d230533f6b690be4010c9 (diff)
downloadaur-40bfc4e07be84b0a204e6daa2f5e488785c63e8c.tar.gz
Update AUR package
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f601998db9da..bff5f1e8a524 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sodalite
pkgdesc = Keyboard-driven terminal file navigator and launcher
- pkgver = 0.21.15
+ pkgver = 0.21.16
pkgrel = 1
url = https://www.github.com/hnicke/sodalite
arch = any
@@ -15,7 +15,7 @@ pkgbase = sodalite
depends = python-click
depends = python-blinker
depends = xdg-utils
- source = https://github.com/hnicke/sodalite/archive/v0.21.15.tar.gz
- sha256sums = 8b74761fd4bd0c6fa32247023720196871ecd47abad50131970903df681dc76d
+ source = https://github.com/hnicke/sodalite/archive/v0.21.16.tar.gz
+ sha256sums = ecaad4dbb650c4e4319689f369422480cedd2d2ed90fb8ce32565550adb44b7e
pkgname = sodalite
diff --git a/PKGBUILD b/PKGBUILD
index 64e075351e13..62b3ee687c78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Heiko Nickerl <dev at hnicke dot de>
pkgname=sodalite
-pkgver=0.21.15
+pkgver=0.21.16
pkgrel=1
pkgdesc="Keyboard-driven terminal file navigator and launcher"
arch=('any')
@@ -19,7 +19,7 @@ depends=(
'xdg-utils'
)
source=("https://github.com/hnicke/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('8b74761fd4bd0c6fa32247023720196871ecd47abad50131970903df681dc76d')
+sha256sums=('ecaad4dbb650c4e4319689f369422480cedd2d2ed90fb8ce32565550adb44b7e')
_srcdir=$pkgname-$pkgver
build() {