summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2021-06-15 21:38:01 -0500
committerLuis Martinez2021-06-15 21:38:01 -0500
commita8c0be8facdc68629e1f650cf230e3d01057c4e9 (patch)
treebdf82e58128f8990807cc8797303732cbd178122
parent780f2b694ca854bab39e3f686fe8647d64d6b765 (diff)
downloadaur-a8c0be8facdc68629e1f650cf230e3d01057c4e9.tar.gz
update to 0.5.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6164c13d98c..022e9c365c0c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hilbish
pkgdesc = A shell written in Go and extended with Lua
- pkgver = 0.5.0
+ pkgver = 0.5.1
pkgrel = 1
url = https://github.com/rosettea/hilbish
install = hilbish.install
@@ -10,8 +10,7 @@ pkgbase = hilbish
makedepends = go>=1.16
depends = readline
depends = lua51-lunacolors-git
- optdepends = lua
- source = hilbish-0.5.0.tar.gz::https://github.com/rosettea/hilbish/archive/refs/tags/v0.5.0.tar.gz
- sha256sums = 4c0a5608445ea5fc5ee1c7db8825ea7e19e6363624d94e84523a11141f127ba3
+ source = hilbish-0.5.1.tar.gz::https://github.com/rosettea/hilbish/archive/refs/tags/v0.5.1.tar.gz
+ sha256sums = 3fc4dca2662b9e50d55dce6beb96d1ddb1892d599b742efbc2f2190a7d858e36
pkgname = hilbish
diff --git a/PKGBUILD b/PKGBUILD
index 39e5bdaf5e8d..358c3ddbfabf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Luis Martinez <luis dot martinez at tuta dot io>
pkgname=hilbish
-pkgver=0.5.0
+pkgver=0.5.1
pkgrel=1
pkgdesc="A shell written in Go and extended with Lua"
arch=('x86_64' 'aarch64')
@@ -9,10 +9,9 @@ url="https://github.com/rosettea/hilbish"
license=('MIT')
depends=('readline' 'lua51-lunacolors-git')
makedepends=('go>=1.16')
-optdepends=('lua')
install="$pkgname.install"
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('4c0a5608445ea5fc5ee1c7db8825ea7e19e6363624d94e84523a11141f127ba3')
+sha256sums=('3fc4dca2662b9e50d55dce6beb96d1ddb1892d599b742efbc2f2190a7d858e36')
prepare() {
cd "Hilbish-$pkgver"