[arch-commits] Commit in allegro/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Sat Nov 7 17:58:15 UTC 2009


    Date: Saturday, November 7, 2009 @ 12:58:15
  Author: ibiru
Revision: 58396

upgpkg: allegro 4.2.3.1-1
    update to the latest version and fix FS#16042

Modified:
  allegro/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-11-07 16:59:59 UTC (rev 58395)
+++ PKGBUILD	2009-11-07 17:58:15 UTC (rev 58396)
@@ -4,17 +4,17 @@
 # Contributor: arjan <arjan at archlinux.org>
 
 pkgname=allegro
-pkgver=4.2.2
-pkgrel=3
+pkgver=4.2.3.1
+pkgrel=1
 pkgdesc="Portable library mainly aimed at video game and multimedia programming"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://alleg.sourceforge.net/"
 license=('custom')
 depends=('jack-audio-connection-kit' 'libxpm' 'libxxf86vm' 'libxxf86dga' 'libxcursor')
 options=('!makeflags')
 source=(http://downloads.sourceforge.net/alleg/${pkgname}-${pkgver}.tar.gz
         LICENSE)
-md5sums=('87ffb1def034e0ec29a9ad4a595cda7e'
+md5sums=('92b0af3cccc5f3b4c3c1aad69a32baa9'
          'cd97e2992e8e66b9e6a449d832dc9c7a')
 
 build() {
@@ -22,7 +22,6 @@
   ./configure --prefix=/usr \
       --enable-artsdigi=no \
       --enable-esddigi=no \
-      --disable-asm \
       --disable-mmx \
       --disable-sse || return 1
   make || return 1




More information about the arch-commits mailing list