diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-09 18:15:39 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-09 18:15:39 -0300 |
commit | f35184e8782d5fe7fc3ea3f11042b29913cde6d8 (patch) | |
tree | c984d07cfb1cb491f5e7a71f3771a81001398d74 /extra/aalib | |
parent | 520f5964346341a33a8337c8fd5b1afa10de6d5b (diff) | |
parent | 54b7119c36756b86ea463649ee972cd6c1ce5863 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/nload/PKGBUILD
core/glibc/PKGBUILD
extra/aalib/PKGBUILD
extra/apache/PKGBUILD
extra/jasper/PKGBUILD
extra/libasyncns/PKGBUILD
extra/libvorbis/PKGBUILD
extra/libxslt/PKGBUILD
extra/xfce4-timer-plugin/PKGBUILD
multilib/lib32-glibc/PKGBUILD
multilib/lib32-gtk2/PKGBUILD
staging/xorg-xinput/PKGBUILD
Diffstat (limited to 'extra/aalib')
-rw-r--r-- | extra/aalib/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/aalib/PKGBUILD b/extra/aalib/PKGBUILD index 778065b21..177e47788 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.1 +pkgrel=9 pkgdesc="A portable ASCII art graphic library" arch=('i686' 'x86_64' 'mips64el') 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" |