Date: Saturday, March 21, 2015 @ 14:00:22 Author: svenstaro Revision: 129685
upgpkg: naev 0.6.0-1 upstream release 0.6.0 Modified: naev/trunk/PKGBUILD ----------+ PKGBUILD | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-03-21 12:30:26 UTC (rev 129684) +++ PKGBUILD 2015-03-21 13:00:22 UTC (rev 129685) @@ -3,23 +3,21 @@ # Contributor: Johan Rehnberg <[email protected]> pkgname=naev -pkgver=0.5.3 -pkgrel=3 +pkgver=0.6.0 +pkgrel=1 pkgdesc='2D action/rpg space game' arch=('i686' 'x86_64') -url="http://code.google.com/p/naev/" +url="http://sourceforge.net/projects/naev/" license=('GPL3') -depends=('glu' 'openal' 'libvorbis' 'sdl_image' 'sdl_mixer' 'libgl' 'libxml2' 'freetype2' 'libpng' 'naev-data') +depends=('glu' 'openal' 'libvorbis' 'sdl2' 'sdl2_image' 'sdl2_mixer' 'libgl' 'libxml2' 'freetype2' 'libpng' 'naev-data' 'libzip') makedepends=('freeglut') source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2") -md5sums=('bec719b3daa33ec190d785120a7b0159') +md5sums=('b796352ae810c986934d9259dc12b0dc') build() { cd "$srcdir/$pkgname-$pkgver" - sed -i "41 i #include <zlib.h>" src/opengl.c - - LIBS="-lm -lvorbis" ./configure --prefix=/usr --disable-debug --disable-shave --with-ndata-path=/usr/share/naev/ndata-${pkgver} + ./configure --prefix=/usr --disable-debug --disable-shave --with-ndata-path=/usr/share/naev/ndata make }
