summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Krzyszkowiak2018-08-10 03:17:26 +0200
committerSebastian Krzyszkowiak2018-08-10 03:17:26 +0200
commit75f243efae45245751c4dae2e80e316d0e36d859 (patch)
treea97674d865df0bee790bcd8c24373e65e2da0812
parent7a3062d9bce326289f518585f227a3190a57b8a8 (diff)
downloadaur-75f243efae45245751c4dae2e80e316d0e36d859.tar.gz
change mingw-w64-freetype to mingw-w64-freetype2
-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")