Date: Sunday, August 16, 2020 @ 14:33:44 Author: arodseth Revision: 681552
upgpkg: allegro 5.2.6.0-2 Modified: allegro/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-16 14:33:23 UTC (rev 681551) +++ PKGBUILD 2020-08-16 14:33:44 UTC (rev 681552) @@ -11,7 +11,7 @@ url='https://liballeg.org/' license=(custom) makedepends=(cmake glu libtheora mesa-libgl opusfile pandoc xorgproto) -depends=(dumb gtk2 jack libgl libpulse libtheora libwebp libxpm opusfile physfs) +depends=(dumb gtk2 jack libgl libpulse libtheora libwebp libxpm 'opusfile>=0.12' physfs) source=("https://github.com/liballeg/allegro5/releases/download/$pkgver/allegro-$pkgver.tar.gz") sha256sums=('5de8189ec051e1865f359654f86ec68e2a12a94edd00ad06d1106caa5ff27763') @@ -27,7 +27,8 @@ package() { cd build make DESTDIR="$pkgdir" install - install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname + install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE.txt \ + -t "$pkgdir"/usr/share/licenses/$pkgname # Fix man path mv -v -f "$pkgdir/usr/man" "$pkgdir/usr/share/man"
