Date: Monday, December 21, 2015 @ 17:15:19 Author: svenstaro Revision: 153931
upgpkg: supertux 0.4.0-1 upstream release 0.4.0 Modified: supertux/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-12-21 16:07:27 UTC (rev 153930) +++ PKGBUILD 2015-12-21 16:15:19 UTC (rev 153931) @@ -5,9 +5,9 @@ # Maintainer: Daniel J Griffiths <[email protected]> pkgname=supertux -pkgver=0.3.5.a -_pkgver=0.3.5a -pkgrel=3 +pkgver=0.4.0 +_pkgver=0.4.0 +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="https://github.com/supertux/supertux" @@ -14,8 +14,8 @@ license=('GPL') depends=('sdl2_image' 'curl' 'physfs' 'openal' 'libvorbis' 'glew') makedepends=('cmake' 'boost' 'mesa' 'optipng') -source=(https://github.com/SuperTux/supertux/archive/v${_pkgver}.tar.gz) -md5sums=('da8285711b2a07d425c81a15810ec2a0') +source=(https://github.com/SuperTux/supertux/releases/download/v${pkgver}/supertux-${pkgver}.tar.bz2) +md5sums=('8acc3aa1077f0da95c99fdd5f4925088') build() { cd "${srcdir}/${pkgname}-${_pkgver}"
