summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHeiko Nickerl2022-08-24 17:59:05 +0000
committerHeiko Nickerl2022-08-24 17:59:05 +0000
commit3ded48a44a4ca2a68609daeed576d0263233b898 (patch)
tree3470f74427b594bf23f34b4ca655ce5b2d3cd76a /PKGBUILD
parent093d4afdd0c9205df8113307bb76052ad17ade3c (diff)
downloadaur-sodalite.tar.gz
Update AUR package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8e9afee43919..4116d7082122 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# Maintainer: Heiko Nickerl <sodalite at hnicke dot de>
pkgname=sodalite
-pkgver=0.21.41
+pkgver=0.21.43
pkgrel=1
pkgdesc="Keyboard-driven terminal file navigator and launcher"
arch=('any')
url="https://sodalite.hnicke.de"
license=('GPL')
+makedepends=('python-setuptools')
depends=(
'python>=3.9'
'python-binaryornot'
@@ -19,7 +20,7 @@ depends=(
'xdg-utils'
)
source=("https://github.com/hnicke/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('c76ace0566ef4794c37db6edb63bb2f2a954931cb4bbd3126c9e13cce6b8458b')
+sha256sums=('48124c2f4b7cb022dfa37bdffa6c33cd0686277d0e60746d788c00d5cd26bcac')
_srcdir=$pkgname-$pkgver
build() {