summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Husmann2016-12-23 06:55:02 +0100
committerStefan Husmann2016-12-23 06:55:02 +0100
commitd894c2ebe44bd7a237bb22146728a98093b5e879 (patch)
treef0edae5fe9521d042c5e6c2b7f4091aa8131410c
parent6d147296be5a7a75d0bd69c4598d1f642f2850bb (diff)
downloadaur-d894c2ebe44bd7a237bb22146728a98093b5e879.tar.gz
ncurses added as dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfc1027aaa9e..dfa4354d6386 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = emact
pkgdesc = A portable emacs clone for X Windows or terminal with a lisp interpreter.
pkgver = 2.54.0
- pkgrel = 2
+ pkgrel = 3
url = http://christian.jullien.free.fr/emacs/
arch = i686
arch = x86_64
license = GPL
+ depends = ncurses
depends = libx11
source = http://www.eligis.com/emacs/emact-2.54.0.tar.gz
md5sums = b43e9e745a129ab3578e9e2b06eb8b6d
diff --git a/PKGBUILD b/PKGBUILD
index 0ee3a376b6e8..727bcb7030a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Contributor: Colin Drake <colin.f.drake@gmail.com>
pkgname=emact
pkgver=2.54.0
-pkgrel=2
+pkgrel=3
pkgdesc="A portable emacs clone for X Windows or terminal with a lisp interpreter."
arch=('i686' 'x86_64')
url="http://christian.jullien.free.fr/emacs/"
license=('GPL')
-depends=('libx11')
+depends=('ncurses' 'libx11')
source=("http://www.eligis.com/emacs/$pkgname-$pkgver.tar.gz")
md5sums=('b43e9e745a129ab3578e9e2b06eb8b6d')
build() {
cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr
+ ./configure --prefix=/usr
make
}
package() {