From 162814c66f636312e22e7bb83f49d59e8913c493 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sat, 11 Jun 2022 08:50:30 +0000 Subject: [PATCH] community/allegro to 5.2.8.0-1 --- community/allegro/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/allegro/PKGBUILD b/community/allegro/PKGBUILD index e2c5a2431..10dc590b9 100644 --- a/community/allegro/PKGBUILD +++ b/community/allegro/PKGBUILD @@ -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 \