[arch-commits] Commit in allegro/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Fri Dec 25 10:30:42 UTC 2020
Date: Friday, December 25, 2020 @ 10:30:42
Author: arodseth
Revision: 790023
Just X for the GUI was not enough, add back gtk2
Modified:
allegro/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-25 10:29:45 UTC (rev 790022)
+++ PKGBUILD 2020-12-25 10:30:42 UTC (rev 790023)
@@ -5,13 +5,13 @@
pkgname=allegro
pkgver=5.2.6.0
-pkgrel=3
+pkgrel=4
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 jack libgl libpulse libtheora libwebp libxcursor libxpm opusfile physfs)
+depends=(dumb gtk2 jack libgl libpulse libtheora libwebp libxcursor libxpm opusfile physfs)
source=("https://github.com/liballeg/allegro5/releases/download/$pkgver/allegro-$pkgver.tar.gz")
sha256sums=('5de8189ec051e1865f359654f86ec68e2a12a94edd00ad06d1106caa5ff27763')
More information about the arch-commits
mailing list