diff options
Diffstat (limited to 'extra/sdl_pango/PKGBUILD')
-rw-r--r-- | extra/sdl_pango/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/extra/sdl_pango/PKGBUILD b/extra/sdl_pango/PKGBUILD index 5054152d2..7d9852a5f 100644 --- a/extra/sdl_pango/PKGBUILD +++ b/extra/sdl_pango/PKGBUILD @@ -1,17 +1,16 @@ -# $Id: PKGBUILD 149427 2012-02-07 16:56:19Z heftig $ +# $Id: PKGBUILD 198422 2013-10-30 14:46:49Z allan $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Allan McRae <allan@archlinux.com> # Contributor: gyo <nucleogeek@gmail.com> pkgname=sdl_pango pkgver=0.1.2 -pkgrel=4 +pkgrel=5 pkgdesc="Pango SDL binding" arch=('i686' 'x86_64' 'mips64el') url="http://sdlpango.sourceforge.net/" license=('LGPL') depends=('pango' 'sdl') -options=('!libtool') source=(http://downloads.sourceforge.net/sourceforge/sdlpango/SDL_Pango-$pkgver.tar.gz SDL_Pango-$pkgver-API-adds.patch matrix_declarations.patch) |