[arch-commits] Commit in allegro/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Sun Dec 20 16:16:58 UTC 2020
Date: Sunday, December 20, 2020 @ 16:16:57
Author: arodseth
Revision: 780549
upgpkg: allegro 5.2.6.0-3
Modified:
allegro/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-20 16:12:50 UTC (rev 780548)
+++ PKGBUILD 2020-12-20 16:16:57 UTC (rev 780549)
@@ -5,13 +5,13 @@
pkgname=allegro
pkgver=5.2.6.0
-pkgrel=2
+pkgrel=3
pkgdesc='Portable library mainly aimed at video game and multimedia programming'
arch=(x86_64)
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>=0.12' physfs)
+depends=(dumb jack libgl libpulse libtheora libwebp libxcursor libxpm opusfile physfs)
source=("https://github.com/liballeg/allegro5/releases/download/$pkgver/allegro-$pkgver.tar.gz")
sha256sums=('5de8189ec051e1865f359654f86ec68e2a12a94edd00ad06d1106caa5ff27763')
@@ -29,7 +29,6 @@
make DESTDIR="$pkgdir" install
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"
}
More information about the arch-commits
mailing list