mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/allegro to 5.2.9.1-1
This commit is contained in:
parent
3aba6bbda9
commit
cf45433431
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = allegro
|
pkgbase = allegro
|
||||||
pkgdesc = Portable library mainly aimed at video game and multimedia programming
|
pkgdesc = Portable library mainly aimed at video game and multimedia programming
|
||||||
pkgver = 5.2.9.0
|
pkgver = 5.2.9.1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://liballeg.org/
|
url = https://liballeg.org/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -23,7 +23,7 @@ pkgbase = allegro
|
||||||
depends = libxpm
|
depends = libxpm
|
||||||
depends = opusfile
|
depends = opusfile
|
||||||
depends = physfs
|
depends = physfs
|
||||||
source = https://github.com/liballeg/allegro5/releases/download/5.2.9.0/allegro-5.2.9.0.tar.gz
|
source = https://github.com/liballeg/allegro5/releases/download/5.2.9.1/allegro-5.2.9.1.tar.gz
|
||||||
b2sums = 423db21dd4ffd86a86f9e8b48cc1075c6168cf58a768f1f4b6050dd79b23a8a0d883ec0fe22c610eb1745c2b3bf06a94d1f0c45121fa6e9202df4ac0b8538d21
|
b2sums = 8e0bbe007fb94eeca15995c26e7eb94bb388cdf23ddba91002d5d37cd057ac51bb72a1e11e2844f5964dd0e1e2413465da647336c0dce6ef7bc28cbef9bac2d4
|
||||||
|
|
||||||
pkgname = allegro
|
pkgname = allegro
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# - comment fixing man path
|
# - comment fixing man path
|
||||||
|
|
||||||
pkgname=allegro
|
pkgname=allegro
|
||||||
pkgver=5.2.9.0
|
pkgver=5.2.9.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Portable library mainly aimed at video game and multimedia programming'
|
pkgdesc='Portable library mainly aimed at video game and multimedia programming'
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
@ -17,7 +17,7 @@ license=(custom)
|
||||||
makedepends=(cmake glu libtheora mesa-libgl ninja opusfile xorgproto)
|
makedepends=(cmake glu libtheora mesa-libgl ninja opusfile xorgproto)
|
||||||
depends=(dumb gtk3 jack libgl libpulse libtheora libwebp libxpm opusfile physfs)
|
depends=(dumb gtk3 jack libgl libpulse libtheora libwebp libxpm opusfile physfs)
|
||||||
source=("https://github.com/liballeg/allegro5/releases/download/$pkgver/allegro-$pkgver.tar.gz")
|
source=("https://github.com/liballeg/allegro5/releases/download/$pkgver/allegro-$pkgver.tar.gz")
|
||||||
b2sums=('423db21dd4ffd86a86f9e8b48cc1075c6168cf58a768f1f4b6050dd79b23a8a0d883ec0fe22c610eb1745c2b3bf06a94d1f0c45121fa6e9202df4ac0b8538d21')
|
b2sums=('8e0bbe007fb94eeca15995c26e7eb94bb388cdf23ddba91002d5d37cd057ac51bb72a1e11e2844f5964dd0e1e2413465da647336c0dce6ef7bc28cbef9bac2d4')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cmake -B build -S $pkgname-$pkgver \
|
cmake -B build -S $pkgname-$pkgver \
|
||||||
|
|
Loading…
Reference in a new issue