summaryrefslogtreecommitdiff
path: root/extra/aalib
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-08 23:15:20 +0000
committerroot <root@rshg054.dnsready.net>2012-02-08 23:15:20 +0000
commit54b7119c36756b86ea463649ee972cd6c1ce5863 (patch)
tree973aa8caa4f7be614c973b0c56390bd5c61ba985 /extra/aalib
parent0dee03071a0643c3ee5820afa3c694dcef71d385 (diff)
Wed Feb 8 23:15:20 UTC 2012
Diffstat (limited to 'extra/aalib')
-rw-r--r--extra/aalib/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/aalib/PKGBUILD b/extra/aalib/PKGBUILD
index d86d8220c..ae5a98b54 100644
--- a/extra/aalib/PKGBUILD
+++ b/extra/aalib/PKGBUILD
@@ -1,21 +1,21 @@
-# $Id: PKGBUILD 110751 2011-02-22 01:17:25Z eric $
+# $Id: PKGBUILD 149374 2012-02-07 09:56:45Z eric $
# Maintainer: Eric BĂ©langer <eric@archlinux.org>
pkgname=aalib
pkgver=1.4rc5
-pkgrel=8
+pkgrel=9
pkgdesc="A portable ASCII art graphic library"
arch=('i686' 'x86_64')
url="http://aa-project.sourceforge.net/aalib/"
license=('LGPL')
-depends=('glibc' 'ncurses' 'gpm' 'libx11')
+depends=('gpm' 'libx11')
makedepends=('libxt')
options=('!libtool')
install=aalib.install
source=(http://downloads.sourceforge.net/sourceforge/aa-project/${pkgname}-${pkgver}.tar.gz
aclocal-fixes.patch)
-md5sums=('9801095c42bba12edebd1902bcf0a990' '863a96a6689aa7ee073ca448bc2f133d')
-sha1sums=('a23269e950a249d2ef93625837cace45ddbce03b' '98d8c5a13672a8107945d694ff4520e0bc87d3e9')
+sha1sums=('a23269e950a249d2ef93625837cace45ddbce03b'
+ '98d8c5a13672a8107945d694ff4520e0bc87d3e9')
build() {
cd "${srcdir}/${pkgname}-1.4.0"