community/allegro to 5.2.8.0-1

This commit is contained in:
Kevin Mihelich 2022-06-11 08:50:30 +00:00
parent e5e0664c7b
commit 162814c66f

View file

@ -8,8 +8,8 @@
# - comment fixing man path
pkgname=allegro
pkgver=5.2.7.0
pkgrel=3
pkgver=5.2.8.0
pkgrel=1
pkgdesc='Portable library mainly aimed at video game and multimedia programming'
arch=(x86_64)
url='https://liballeg.org/'
@ -17,7 +17,7 @@ license=(custom)
makedepends=(cmake glu libtheora mesa-libgl ninja opusfile xorgproto)
depends=(dumb gtk3 jack libgl libpulse libtheora libwebp libxpm opusfile physfs)
source=("https://github.com/liballeg/allegro5/releases/download/$pkgver/allegro-$pkgver.tar.gz")
b2sums=('9cc588a42d461ce06db94c1dd57642a2e9445c4930fcc164f2da57edfb463552a279a5e50f46740561a88c974c96605bb09fcc596e7bc6afb5e30b18ff7b74d5')
b2sums=('57c71bdc7fb37c75f10def64ffc9bfaa55443e5b6a0910d1c698c936318eed273873aacddbf49ba3a7e6d8c36d332e35f84db1156cc667a50f8f98313af23828')
build() {
cmake -B build -S $pkgname-$pkgver \