summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSebastian Krzyszkowiak2018-08-10 03:17:26 +0200
committerSebastian Krzyszkowiak2018-08-10 03:17:26 +0200
commit75f243efae45245751c4dae2e80e316d0e36d859 (patch)
treea97674d865df0bee790bcd8c24373e65e2da0812 /PKGBUILD
parent7a3062d9bce326289f518585f227a3190a57b8a8 (diff)
downloadaur-mingw-w64-allegro.tar.gz
change mingw-w64-freetype to mingw-w64-freetype2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f93fa7603af5..e911d661899b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ arch=(any)
pkgdesc="Portable library mainly aimed at video game and multimedia programming (mingw-w64)"
license=("custom")
depends=(mingw-w64-crt)
-makedepends=(mingw-w64-cmake git mingw-w64-libtheora mingw-w64-physfs mingw-w64-freetype mingw-w64-flac mingw-w64-openal mingw-w64-opusfile mingw-w64-libwebp)
+makedepends=(mingw-w64-cmake git mingw-w64-libtheora mingw-w64-physfs mingw-w64-freetype2 mingw-w64-flac mingw-w64-openal mingw-w64-opusfile mingw-w64-libwebp)
options=(staticlibs !strip !buildflags)
url="https://liballeg.org/"
source=("git://github.com/liballeg/allegro${pkgver%%.*}.git#tag=$pkgver")