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

Allan McRae allan at archlinux.org
Fri Jul 9 10:09:49 UTC 2010


    Date: Friday, July 9, 2010 @ 06:09:49
  Author: allan
Revision: 85134

upgpkg: sdl_ttf 2.0.10-1
update

Modified:
  sdl_ttf/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-07-09 04:01:36 UTC (rev 85133)
+++ PKGBUILD	2010-07-09 10:09:49 UTC (rev 85134)
@@ -3,8 +3,8 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=sdl_ttf
-pkgver=2.0.9
-pkgrel=2
+pkgver=2.0.10
+pkgrel=1
 pkgdesc="A library that allows you to use TrueType fonts in your SDL applications"
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -12,11 +12,15 @@
 depends=('sdl>=1.2.12' 'freetype2')
 options=('!libtool')
 source=(http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-${pkgver}.tar.gz)
-md5sums=('6dd5a85e4924689a35a5fb1cb3336156')
+md5sums=('814e6e17e8879254208d23b3b7e0354b')
 
 build() {
   cd ${srcdir}/SDL_ttf-${pkgver}
   ./configure --prefix=/usr
-  make || return 1
+  make
+}
+
+package() {
+  cd ${srcdir}/SDL_ttf-${pkgver}
   make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list