summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXandaros2016-05-27 14:11:38 +0200
committerXandaros2016-05-27 14:11:38 +0200
commitcb78c705681b63bc625558b6c0c674e28b4310b9 (patch)
treec05cf7bde0ee4068429849ea1f4f8afee1595395 /PKGBUILD
parent26e447489946f80ab03939e33fad08d41f59ff92 (diff)
downloadaur-cb78c705681b63bc625558b6c0c674e28b4310b9.tar.gz
Fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 923f0ac13480..a81ef163e824 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@ _target="arm-linux-gnueabihf"
_pkgname=ncurses
pkgname=${_target}-${_pkgname}
pkgver=6.0
-pkgrel=0
+pkgrel=1
_gccver=6.1.1
pkgdesc="System V Release 4.0 curses emulation library (${_target})"
arch=('i686' 'x86_64')
url='http://invisible-island.net/ncurses/ncurses.html'
license=('MIT')
-depends=('glibc' 'gcc-libs')
-makedepends=("${_target}-gcc")
+depends=('arm-linux-gnueabihf-glibc')
+makedepends=("${_target}-gcc" 'glibc' 'gcc-libs')
provides=('libncurses++w.so' 'libformw.so' 'libmenuw.so' 'libpanelw.so'
'libncursesw.so')
source=(ftp://invisible-island.net/ncurses/ncurses-${pkgver/_/-}.tar.gz{,.asc})