Rebuild lib32-sdl2_gfx and lib32-smpeg2 against the latest SDL2

This commit is contained in:
Adrian Chaves (Gallaecio) 2016-09-24 21:05:37 +02:00
parent bb8cad5927
commit ffafac2506
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
_pkgbasename=sdl2_gfx
pkgname=lib32-$_pkgbasename
pkgver=1.0.1
pkgrel=1
pkgrel=2
pkgdesc="SDL Graphic Primitives (Version 2, 32-bit)"
arch=('i686' 'x86_64')
url="http://www.libsdl.org"

View File

@ -3,13 +3,13 @@
_pkgbasename=smpeg2
pkgname=lib32-$_pkgbasename
pkgver=2.0.0
pkgrel=1
pkgrel=2
pkgdesc="SDL2 MPEG Player Library (32-bit)"
arch=('i686' 'x86_64')
url="http://icculus.org/smpeg/"
license=('LGPL')
depends=('lib32-sdl2' $_pkgbasename=$pkgver)
makedepends=('lib32-mesa' 'lib32-glu' 'svn' 'gcc-multilib')
makedepends=('lib32-mesa' 'lib32-glu' 'subversion' 'gcc-multilib')
optdepends=('lib32-glu: to use glmovie')
options=('!libtool')
source=("${_pkgbasename}::svn://svn.icculus.org/smpeg/tags/release_${pkgver//./_}")