Date: Thursday, December 15, 2016 @ 17:11:41 Author: arojas Revision: 283572
Update to 0.6.1 Modified: libgme/trunk/PKGBUILD ----------+ PKGBUILD | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-15 15:55:23 UTC (rev 283571) +++ PKGBUILD 2016-12-15 17:11:41 UTC (rev 283572) @@ -3,19 +3,21 @@ # Contributer: Emmanuel Gil Peyrot <[email protected]> pkgname=libgme -pkgver=0.6.0 -pkgrel=5 +pkgver=0.6.1 +pkgrel=1 pkgdesc="Video game music file emulation/playback library" -url="http://game-music-emu.googlecode.com/" +url="https://bitbucket.org/mpyne/game-music-emu" license=('LGPL') arch=('i686' 'x86_64') depends=('gcc-libs') makedepends=('cmake') -source=("https://sources.archlinux.org/other/game-music-emu/game-music-emu-${pkgver}.tar.xz") -md5sums=('b72bc337ea4bd6dab7f0288ed4cd598e') +source=("https://bitbucket.org/mpyne/game-music-emu/downloads/game-music-emu-0.6.1.tar.bz2"{,.asc}) +md5sums=('d399f4a00aece2813e777dface2b6aab' + 'SKIP') +validpgpkeys=(5406ECE83665DA9D201D35720BAF0C9C7B6AE9F2) # Michael Pyne <[email protected]> build() { - cd "${srcdir}/game-music-emu-${pkgver}" + cd game-music-emu-${pkgver} mkdir build cd build @@ -24,6 +26,6 @@ } package() { - cd "${srcdir}/game-music-emu-${pkgver}/build" + cd game-music-emu-${pkgver}/build make DESTDIR="${pkgdir}" install }
