Date: Thursday, October 12, 2017 @ 09:59:39 Author: arodseth Revision: 262425
upgpkg: allegro 5.2.3-1 Modified: allegro/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-10-12 08:05:41 UTC (rev 262424) +++ PKGBUILD 2017-10-12 09:59:39 UTC (rev 262425) @@ -5,7 +5,7 @@ # Contributor: arjan <[email protected]> pkgname=allegro -pkgver=5.2.2 +pkgver=5.2.3 pkgrel=1 pkgdesc='Portable library mainly aimed at video game and multimedia programming' arch=('x86_64' 'i686') @@ -13,7 +13,7 @@ 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%%.*}#branch=$pkgver") +source=("git+https://github.com/liballeg/${pkgname}${pkgver%%.*}#tag=$pkgver.0") md5sums=('SKIP') build() { @@ -36,4 +36,5 @@ "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } -# vim:set ts=2 sw=2 et: +# getver: liballeg.org/a5docs/trunk +# vim: ts=2 sw=2 et:
