summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorInori2017-08-01 13:38:40 -0400
committerInori2017-08-01 13:38:40 -0400
commit6ddc7991dad56e693a778b239466a746f4928afd (patch)
treebe60279834684b6423a102d8164f22d08aaa922c
parentffb5ab523f4558d3bac0997aafb8aa49f73384a9 (diff)
downloadaur-6ddc7991dad56e693a778b239466a746f4928afd.tar.gz
Update dependencies
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c108699d1c40..f0ef82c96373 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = astra
url = https://github.com/inoriy/astra
arch = any
license = GPL-3.0
- depends = ncurses
+ depends = glibc
depends = perl
source = https://github.com/inoriy/astra/archive/v2.8.1-2.tar.gz
md5sums = 3dd7616759111381c11ed3c761bbb1df
diff --git a/PKGBUILD b/PKGBUILD
index 1f052590b5aa..516546a79d16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ source=("https://github.com/inoriy/astra/archive/v$pkgver-$pkgrel.tar.gz")
md5sums=('3dd7616759111381c11ed3c761bbb1df')
arch=("any")
-depends=("ncurses" "perl")
+depends=("glibc" "perl")
package(){
cd "$pkgname-$pkgver-$pkgrel"