summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJeremy Baxter2023-10-14 01:28:41 +0000
committerJeremy Baxter2023-10-14 01:28:41 +0000
commit8cb70d14e26adc8942707c53b4a9debf09ef1423 (patch)
tree35e13849b70abec2869a7956c31554a86363b268 /PKGBUILD
parent70bc80e027c626862e80ce6c900ce0f06302e322 (diff)
downloadaur-8cb70d14e26adc8942707c53b4a9debf09ef1423.tar.gz
change description and add libbsd to depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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)