diff options
author | root <root@rshg054.dnsready.net> | 2013-05-07 00:36:35 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-05-07 00:36:35 -0700 |
commit | da0a0d88caa1bf934ebf314ef86e15928dbb027b (patch) | |
tree | b7c57ac9667de10c72390e0d81654fffbe47c42d /community/allegro/PKGBUILD | |
parent | ffb692bf2696e7ebedd19bcd55ba253e21cb732d (diff) |
Tue May 7 00:36:35 PDT 2013
Diffstat (limited to 'community/allegro/PKGBUILD')
-rw-r--r-- | community/allegro/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/allegro/PKGBUILD b/community/allegro/PKGBUILD index d32c75048..9980ad250 100644 --- a/community/allegro/PKGBUILD +++ b/community/allegro/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 84380 2013-02-17 11:58:40Z arodseth $ +# $Id: PKGBUILD 90003 2013-05-06 19:36:13Z foutrelis $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Ionut Biru <ibiru@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> @@ -6,13 +6,13 @@ pkgname=allegro pkgver=5.0.9 -pkgrel=1 +pkgrel=3 pkgdesc='Portable library mainly aimed at video game and multimedia programming' arch=('x86_64' 'i686') url='http://alleg.sourceforge.net/' license=('custom') +makedepends=('cmake' 'mesa-libgl' 'glu') depends=('jack' 'libxpm' 'libxxf86dga' 'libgl' 'physfs' 'gtk2' 'libpulse') -makedepends=('cmake' 'mesa' 'glu') source=("http://downloads.sourceforge.net/alleg/$pkgname-$pkgver.tar.gz") sha256sums=('ba28ac307023f1c756f1c421086f81d1e19ec5f09412d5848303c64177a20bd5') |