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

Allan McRae allan at archlinux.org
Thu Oct 21 10:33:40 UTC 2010


    Date: Thursday, October 21, 2010 @ 06:33:40
  Author: allan
Revision: 96464

upgpkg: sdl_gfx 2.0.22-1
upstream update

Modified:
  sdl_gfx/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-10-21 10:27:52 UTC (rev 96463)
+++ PKGBUILD	2010-10-21 10:33:40 UTC (rev 96464)
@@ -3,16 +3,16 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=sdl_gfx
-pkgver=2.0.20
+pkgver=2.0.22
 pkgrel=1
 pkgdesc="SDL Graphic Primitives"
 arch=('i686' 'x86_64')
 license=('LGPL')
 options=(!libtool)
-url="http://www.ferzkopp.net/joomla/content/view/19/14/"
+url="http://www.ferzkopp.net/joomla/software-mainmenu-14/4-ferzkopps-linux-software/19-sdlgfx"
 source=(http://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-${pkgver}.tar.gz)
 depends=('sdl')
-md5sums=('8a787e538a8e4d80d4927535be5af083')
+md5sums=('330f291f1f09a1bdf397c9b40d92ca41')
 
 build() {
   cd ${srcdir}/SDL_gfx-${pkgver}
@@ -23,6 +23,10 @@
     ./configure --prefix=/usr
   fi
 
-  make || return 1
+  make
+}
+
+package() {
+  cd ${srcdir}/SDL_gfx-${pkgver}
   make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list