diff options
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 d6a253120..2681b5db3 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' 'mips64el') 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') |