summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a737a702557..140f142270a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Aug 10 01:15:53 UTC 2018
+# Fri Aug 10 01:17:15 UTC 2018
pkgbase = mingw-w64-allegro
pkgdesc = Portable library mainly aimed at video game and multimedia programming (mingw-w64)
pkgver = 5.2.4.0
@@ -11,7 +11,7 @@ pkgbase = mingw-w64-allegro
makedepends = git
makedepends = mingw-w64-libtheora
makedepends = mingw-w64-physfs
- makedepends = mingw-w64-freetype
+ makedepends = mingw-w64-freetype2
makedepends = mingw-w64-flac
makedepends = mingw-w64-openal
makedepends = mingw-w64-opusfile
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")