Date: Monday, March 15, 2010 @ 11:04:34 Author: ibiru Revision: 72397
upgpkg: allegro 4.4.1.1-1 updatet to 4.4.1.1, change jack-audio-connection-kit dependency to jack Modified: allegro/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-03-15 13:39:47 UTC (rev 72396) +++ PKGBUILD 2010-03-15 15:04:34 UTC (rev 72397) @@ -1,21 +1,21 @@ # $Id$ -# Maintainer: Ionut Biru <[email protected]> +# Maintainer: Ionut Biru <[email protected]> # Contributor: Tom Newsom <[email protected]> # Contributor: arjan <[email protected]> pkgname=allegro -pkgver=4.4.0.1 +pkgver=4.4.1.1 pkgrel=1 pkgdesc="Portable library mainly aimed at video game and multimedia programming" arch=('i686' 'x86_64') url="http://alleg.sourceforge.net/" license=('custom') -depends=('jack-audio-connection-kit' 'libxpm' 'libxxf86vm' 'libxxf86dga' 'libxcursor') +depends=('jack' 'libxpm' 'libxxf86vm' 'libxxf86dga' 'libxcursor') makedepends=('cmake') options=('!makeflags') source=(http://downloads.sourceforge.net/alleg/${pkgname}-${pkgver}.tar.gz LICENSE) -md5sums=('07a06e34a267363970aad4b465365675' +md5sums=('0f1cfff8f2cf88e5c91a667d9fd386ec' 'cd97e2992e8e66b9e6a449d832dc9c7a') build() {
