summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Baxter2023-10-14 01:28:41 +0000
committerJeremy Baxter2023-10-14 01:28:41 +0000
commit8cb70d14e26adc8942707c53b4a9debf09ef1423 (patch)
tree35e13849b70abec2869a7956c31554a86363b268
parent70bc80e027c626862e80ce6c900ce0f06302e322 (diff)
downloadaur-8cb70d14e26adc8942707c53b4a9debf09ef1423.tar.gz
change description and add libbsd to depends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 154cdd8a97ce..c1ce6338314d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = callisto
- pkgdesc = A featureful runtime for Lua 5.4
+ pkgdesc = standalone scripting platform for Lua 5.4
pkgver = 0.1.0
pkgrel = 1
url = https://jtbx.github.io/callisto
arch = x86_64
license = GPL
depends = readline
+ depends = libbsd
options = !emptydirs
source = https://github.com/jtbx/callisto/releases/download/v0.1.0/callisto-0.1.0.tgz
sha256sums = 825aa7717e21ebe443b0a71a5961c6c144a82e6be09b38d91e494008f5a73f3f
diff --git a/PKGBUILD b/PKGBUILD
index 9a7c3f5652b3..f5ec4c2f2835 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=callisto
pkgver=0.1.0
pkgrel=1
-pkgdesc='A featureful runtime for Lua 5.4'
+pkgdesc='standalone scripting platform for Lua 5.4'
arch=('x86_64')
url='https://jtbx.github.io/callisto'
-depends=('readline')
+depends=('readline' 'libbsd')
license=('GPL')
options=('!emptydirs')
source=(https://github.com/jtbx/callisto/releases/download/v$pkgver/callisto-$pkgver.tgz)