summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichal Wojdyla2024-03-20 08:06:45 +0100
committerMichal Wojdyla2024-03-20 08:06:45 +0100
commit5c83e8599c1262b3d922f1492de0f5c1d10ecaad (patch)
treef96dbff8ab2921189eae5545ac2dfad873357761 /PKGBUILD
parent2f3c995db35bfda5af7ae0776c49b1307aaa21d1 (diff)
downloadaur-xyzsh.tar.gz
correct dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e32dd4229cc4..c60f5c593009 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=xyzsh
pkgver=1.5.8
-pkgrel=2
+pkgrel=3
pkgdesc="Interactive shell and text processing tools"
arch=('i686' 'x86_64')
url="https://github.com/ab25cq/xyzsh"
license=('MIT')
-depends=('oniguruma' 'gc')
+depends=('glibc' 'ncurses' 'oniguruma')
source=(http://osdn.net/projects/${pkgname}/downloads/60140/${pkgname}-${pkgver}.tgz)
md5sums=('4fab43dbd794fb4af871ac6c9989526b')