summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2021-10-17 21:00:50 -0500
committerLuis Martinez2021-10-17 21:00:50 -0500
commitd84b29cc9d2a13963a65dc7e03cb458b784fba4f (patch)
treedaececd9c06ec3db516f67d9f571c45f167400ac
parent10236e6b0c5e1979977d610d12ba6754399d934c (diff)
downloadaur-d84b29cc9d2a13963a65dc7e03cb458b784fba4f.tar.gz
update to 0.6.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e041164400ae..b1c2575c8bc8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hilbish
pkgdesc = The flower shell for Lua users
- pkgver = 0.5.1
- pkgrel = 2
+ pkgver = 0.6.0
+ pkgrel = 1
url = https://github.com/rosettea/hilbish
install = hilbish.install
arch = x86_64
@@ -10,8 +10,9 @@ pkgbase = hilbish
makedepends = go>=1.16
depends = readline
depends = lua-lunacolors
+ depends = lua-succulent
options = !emptydirs
- source = hilbish-0.5.1.tar.gz::https://github.com/rosettea/hilbish/archive/v0.5.1.tar.gz
- sha256sums = 3fc4dca2662b9e50d55dce6beb96d1ddb1892d599b742efbc2f2190a7d858e36
+ source = hilbish-0.6.0.tar.gz::https://github.com/rosettea/hilbish/archive/v0.6.0.tar.gz
+ sha256sums = 8d9ddcf1227015c567db5ec6380194d0ae14a36fe88e09a19bd890c399e37e7d
pkgname = hilbish
diff --git a/PKGBUILD b/PKGBUILD
index 22e0fffac7ab..a7112e895d34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Luis Martinez <luis dot martinez at disroot dot org>
pkgname=hilbish
-pkgver=0.5.1
-pkgrel=2
+pkgver=0.6.0
+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')
+depends=('readline' 'lua-lunacolors' 'lua-succulent')
makedepends=('go>=1.16')
install="$pkgname.install"
options=('!emptydirs')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('3fc4dca2662b9e50d55dce6beb96d1ddb1892d599b742efbc2f2190a7d858e36')
+sha256sums=('8d9ddcf1227015c567db5ec6380194d0ae14a36fe88e09a19bd890c399e37e7d')
prepare() {
cd "Hilbish-$pkgver"