Date: Tuesday, January 17, 2017 @ 22:33:20 Author: arodseth Revision: 207809
upgpkg: allegro 5.2.2-1 Modified: allegro/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-17 21:21:40 UTC (rev 207808) +++ PKGBUILD 2017-01-17 22:33:20 UTC (rev 207809) @@ -5,8 +5,8 @@ # Contributor: arjan <[email protected]> pkgname=allegro -pkgver=5.2.1.1 -pkgrel=2 +pkgver=5.2.2 +pkgrel=1 pkgdesc='Portable library mainly aimed at video game and multimedia programming' arch=('x86_64' 'i686') url='http://liballeg.org/' @@ -13,11 +13,12 @@ license=('custom') makedepends=('cmake' 'mesa-libgl' 'glu' 'ninja' 'libtheora' 'git' 'opusfile') depends=('jack' 'libxpm' 'libxxf86dga' 'libgl' 'physfs' 'gtk2' 'libpulse' 'libtheora' 'opusfile') -source=("git://github.com/liballeg/${pkgname}${pkgver%%.*}#tag=$pkgver") +source=("git://github.com/liballeg/${pkgname}${pkgver%%.*}#branch=$pkgver") md5sums=('SKIP') build() { - mkdir -p build; cd build + mkdir -p build + cd build cmake "../${pkgname}${pkgver%%.*}" \ -DCMAKE_BUILD_TYPE=Release \ @@ -25,7 +26,6 @@ -DWANT_DOCS=OFF \ -DWANT_PHYSFS=ON \ -G Ninja - ninja }
