Date: Sunday, May 10, 2015 @ 11:19:06 Author: svenstaro Revision: 133156
upgpkg: supertux 0.3.5.a-1 upstream release 0.3.5a Modified: supertux/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-05-10 08:11:15 UTC (rev 133155) +++ PKGBUILD 2015-05-10 09:19:06 UTC (rev 133156) @@ -5,7 +5,8 @@ # Maintainer: Daniel J Griffiths <ghost1...@archlinux.us> pkgname=supertux -pkgver=0.3.5 +pkgver=0.3.5.a +_pkgver=0.3.5a pkgrel=1 pkgdesc="A classic 2D jump'n run sidescroller game in a style similar to the original SuperMario games" arch=('i686' 'x86_64') @@ -13,11 +14,11 @@ 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=('bdfd7942099b664a0f1af74d73e69bda') +source=(https://github.com/SuperTux/supertux/archive/v${_pkgver}.tar.gz) +md5sums=('da8285711b2a07d425c81a15810ec2a0') build() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd "${srcdir}/${pkgname}-${_pkgver}" cmake -D CMAKE_INSTALL_PREFIX=/usr -D INSTALL_SUBDIR_BIN=bin . make @@ -24,7 +25,7 @@ } package() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd "${srcdir}/${pkgname}-${_pkgver}" make DESTDIR="${pkgdir}" install }