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

Sven-Hendrik Haase svenstaro at archlinux.org
Sat Apr 11 15:03:59 UTC 2015


    Date: Saturday, April 11, 2015 @ 17:03:59
  Author: svenstaro
Revision: 131161

upgpkg: supertux 0.3.5-1

upstream release 0.3.5

Modified:
  supertux/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-11 14:39:06 UTC (rev 131160)
+++ PKGBUILD	2015-04-11 15:03:59 UTC (rev 131161)
@@ -5,16 +5,16 @@
 # Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
 
 pkgname=supertux
-pkgver=0.3.4
-pkgrel=3
+pkgver=0.3.5
+pkgrel=1
 pkgdesc="A classic 2D jump'n run sidescroller game in a style similar to the original SuperMario games"
 arch=('i686' 'x86_64')
-url="http://super-tux.sourceforge.net/"
+url="https://github.com/supertux/supertux"
 license=('GPL')
-depends=('sdl_image' 'curl' 'physfs' 'openal' 'libvorbis' 'glew')
+depends=('sdl2_image' 'curl' 'physfs' 'openal' 'libvorbis' 'glew')
 makedepends=('cmake' 'boost' 'mesa' 'optipng')
-source=(https://supertux.googlecode.com/files/supertux-${pkgver}.tar.bz2)
-md5sums=('108af4c1fd985e8842a15cd819b9b157')
+source=(https://github.com/SuperTux/supertux/archive/v${pkgver}.tar.gz)
+md5sums=('bdfd7942099b664a0f1af74d73e69bda')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



More information about the arch-commits mailing list