summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2021-10-22 02:03:05 -0500
committerLuis Martinez2021-10-22 02:03:05 -0500
commit963e2afd0b7f7980e93fd2fe0f37c11c4843df22 (patch)
tree659151ddef432d93ecccdf85594e09c3f4a06cb0
parentd84b29cc9d2a13963a65dc7e03cb458b784fba4f (diff)
downloadaur-963e2afd0b7f7980e93fd2fe0f37c11c4843df22.tar.gz
update to 0.6.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1c2575c8bc8..f368c7e0c31b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hilbish
pkgdesc = The flower shell for Lua users
- pkgver = 0.6.0
+ pkgver = 0.6.1
pkgrel = 1
url = https://github.com/rosettea/hilbish
install = hilbish.install
@@ -11,8 +11,9 @@ pkgbase = hilbish
depends = readline
depends = lua-lunacolors
depends = lua-succulent
+ depends = lua-inspect
options = !emptydirs
- source = hilbish-0.6.0.tar.gz::https://github.com/rosettea/hilbish/archive/v0.6.0.tar.gz
- sha256sums = 8d9ddcf1227015c567db5ec6380194d0ae14a36fe88e09a19bd890c399e37e7d
+ source = hilbish-0.6.1.tar.gz::https://github.com/rosettea/hilbish/archive/v0.6.1.tar.gz
+ sha256sums = bafcb560e6ffaff7409480a412135e62013c286d96e9e9c4b7f94e94b2dfa8a0
pkgname = hilbish
diff --git a/PKGBUILD b/PKGBUILD
index a7112e895d34..951d349b52f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Luis Martinez <luis dot martinez at disroot dot org>
pkgname=hilbish
-pkgver=0.6.0
+pkgver=0.6.1
pkgrel=1
pkgdesc="The flower shell for Lua users"
arch=('x86_64' 'aarch64')
url="https://github.com/rosettea/hilbish"
license=('MIT')
-depends=('readline' 'lua-lunacolors' 'lua-succulent')
+depends=('readline' 'lua-lunacolors' 'lua-succulent' 'lua-inspect')
makedepends=('go>=1.16')
install="$pkgname.install"
options=('!emptydirs')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('8d9ddcf1227015c567db5ec6380194d0ae14a36fe88e09a19bd890c399e37e7d')
+sha256sums=('bafcb560e6ffaff7409480a412135e62013c286d96e9e9c4b7f94e94b2dfa8a0')
prepare() {
cd "Hilbish-$pkgver"