summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2021-05-02 20:59:56 -0500
committerLuis Martinez2021-05-02 20:59:56 -0500
commitbc3280f85893b92fa7c872d6db05e804afec8c77 (patch)
tree4e733dee05fcf9f9f2cb664dea46fd813d54cdd1
parent0f4e9bfb403499a8f7c0192dc549a6016a939e68 (diff)
downloadaur-bc3280f85893b92fa7c872d6db05e804afec8c77.tar.gz
depends on specific lunacolors package
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77b62533c21a..2ee507b3a1d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = hilbish
license = MIT
makedepends = go>=1.16
depends = readline
- depends = lua51-lunacolors
+ depends = lua51-lunacolors-git
optdepends = lua
source = hilbish-0.4.0.tar.gz::https://github.com/hilbis/hilbish/archive/refs/tags/v0.4.0.tar.gz
sha256sums = 5c6e9bc93df00c8225f34dfa51c5dc4f52f526d23b34785854fd6019a3e7d77e
diff --git a/PKGBUILD b/PKGBUILD
index f07b3e42093a..c5bb0a793914 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A shell written in Go and extended with Lua"
arch=('x86_64' 'aarch64')
url="https://github.com/hilbis/hilbish"
license=('MIT')
-depends=('readline' 'lua51-lunacolors')
+depends=('readline' 'lua51-lunacolors-git')
makedepends=('go>=1.16')
optdepends=('lua')
install="$pkgname.install"