summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2017-10-28 00:25:10 +0200
committerhaawda2017-10-28 00:25:10 +0200
commitefebd54a7cab2fbfca00e556bbb9374895253050 (patch)
treec614ac6b2ba9e8b0e62cbd2939ead839d3ffdfbb /PKGBUILD
parentf27d591767d007c8ad6c36c39b29e90beb281645 (diff)
downloadaur-efebd54a7cab2fbfca00e556bbb9374895253050.tar.gz
add termcap dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f68e9dad5363..7bdce7b53fd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=mit-scheme-git
-pkgver=9.2.0.1165.ge9b3d6a98
+pkgver=9.2.0.1166.g26d5e46c0
pkgrel=1
pkgdesc="MIT/GNU Scheme from git"
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/mit-scheme/"
license=('GPL')
-depends=('mhash' 'libmcrypt' 'ncurses' 'libx11' 'postgresql-libs')
+depends=('mhash' 'libmcrypt' 'ncurses' 'libx11' 'postgresql-libs' 'termcap')
optdepends=('openssl: support for openssl')
makedepends=('git' 'mit-scheme')
provides=('mit-scheme')