diff options
author | root <root@rshg054.dnsready.net> | 2012-11-21 01:32:11 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-11-21 01:32:11 -0800 |
commit | f48f6c82e23a3bacb8a0952c2d2cf9af1e6bf42d (patch) | |
tree | d578e4bdc10acc78968e3e5cdfce8dcd0289a60d /community/allegro/PKGBUILD | |
parent | 0a05643b928d724c048e4306955642d91f24d33c (diff) |
Wed Nov 21 01:32:09 PST 2012
Diffstat (limited to 'community/allegro/PKGBUILD')
-rw-r--r-- | community/allegro/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/community/allegro/PKGBUILD b/community/allegro/PKGBUILD index 62ca6a91e..e7631439a 100644 --- a/community/allegro/PKGBUILD +++ b/community/allegro/PKGBUILD @@ -1,20 +1,20 @@ -# $Id: PKGBUILD 73179 2012-07-03 10:15:07Z arodseth $ +# $Id: PKGBUILD 80364 2012-11-20 22:04:44Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Ionut Biru <ibiru@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> # Contributor: arjan <arjan@archlinux.org> pkgname=allegro -pkgver=5.0.7 +pkgver=5.0.8 pkgrel=1 -pkgdesc="Portable library mainly aimed at video game and multimedia programming" +pkgdesc='Portable library mainly aimed at video game and multimedia programming' arch=('x86_64' 'i686') -url="http://alleg.sourceforge.net/" +url='http://alleg.sourceforge.net/' license=('custom') depends=('jack' 'libxpm' 'libxxf86dga' 'libgl' 'physfs' 'gtk2' 'libpulse') -makedepends=('cmake' 'mesa') +makedepends=('cmake' 'mesa' 'glu') source=("http://downloads.sourceforge.net/alleg/$pkgname-$pkgver.tar.gz") -sha256sums=('47f29e564d9a4babfbbf024f34fc8a04eea932a073af921d17caffbec0c3ad9b') +sha256sums=('272e77d0ca0cef7586d7207887f87bf271e1d0db5f8f208dc7dd9a5e3bb6140b') build() { cd "$srcdir" |