summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index afbd621d74ee..022882bc36b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = oksh
pkgdesc = Ported version of ksh from OpenBSD
pkgver = 6.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ibara/oksh/
arch = i686
arch = x86_64
license = GPL3
depends = glibc
+ depends = ncurses
source = https://github.com/ibara/oksh/releases/download/oksh-6.5/oksh-6.5.tar.gz
md5sums = 8189e9512b36e42ceb2a06c070dbf7c5
diff --git a/PKGBUILD b/PKGBUILD
index 5710a2ef4662..2e9ec44ee68c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=2
url="https://github.com/ibara/oksh/"
pkgdesc="Ported version of ksh from OpenBSD"
license=('GPL3')
-depends=('glibc', 'ncurses')
+depends=('glibc' 'ncurses')
arch=('i686' 'x86_64')
source=(https://github.com/ibara/oksh/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz)
md5sums=('8189e9512b36e42ceb2a06c070dbf7c5')