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

Ionut Biru ibiru at archlinux.org
Sat Nov 7 20:32:49 UTC 2009


    Date: Saturday, November 7, 2009 @ 15:32:49
  Author: ibiru
Revision: 58425

upgpkg: devil 1.7.8-3
    rebuild against allegro 4.2.3

Modified:
  devil/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-11-07 20:31:25 UTC (rev 58424)
+++ PKGBUILD	2009-11-07 20:32:49 UTC (rev 58425)
@@ -4,11 +4,11 @@
 
 pkgname=devil
 pkgver=1.7.8
-pkgrel=2
+pkgrel=3
 pkgdesc="Library for reading several different image formats"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://openil.sourceforge.net/"
-depends=('allegro>=4.2.2' 'sdl' 'libpng' 'libmng>=1.0.10-2' 'freeglut'
+depends=('allegro>=4.2.3' 'sdl' 'libpng' 'libmng>=1.0.10-2' 'freeglut'
          'jasper>=1.900.1-3' 'lcms>=1.18-2' 'openexr')
 makedepends=('bash')
 options=('!libtool' '!docs')
@@ -16,7 +16,7 @@
 source=(http://downloads.sourceforge.net/openil/DevIL-$pkgver.tar.gz)
 
 build() {
-   cd $startdir/src/devil-$pkgver
+   cd $srcdir/devil-$pkgver
 
    # configure and build
    ./configure --prefix=/usr --enable-ILU --enable-ILUT --enable-opengl --enable-sdl




More information about the arch-commits mailing list