summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Krzyszkowiak2018-08-10 03:15:40 +0200
committerSebastian Krzyszkowiak2018-08-10 03:15:58 +0200
commit7a3062d9bce326289f518585f227a3190a57b8a8 (patch)
tree33038378b04bc2a2e92dd6450039670824d9e303
parent84de9e1a138d377c6be96d1e55a4192c6128ed64 (diff)
downloadaur-7a3062d9bce326289f518585f227a3190a57b8a8.tar.gz
5.2.4, add libwebp dep
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae3521c3ddaf..5a737a702557 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Nov 28 23:52:27 UTC 2016
+# Fri Aug 10 01:15:53 UTC 2018
pkgbase = mingw-w64-allegro
pkgdesc = Portable library mainly aimed at video game and multimedia programming (mingw-w64)
- pkgver = 5.2.1.1
- pkgrel = 1
+ pkgver = 5.2.4.0
+ pkgrel = 0
url = https://liballeg.org/
arch = any
license = custom
@@ -15,11 +15,12 @@ pkgbase = mingw-w64-allegro
makedepends = mingw-w64-flac
makedepends = mingw-w64-openal
makedepends = mingw-w64-opusfile
+ makedepends = mingw-w64-libwebp
depends = mingw-w64-crt
options = staticlibs
options = !strip
options = !buildflags
- source = git://github.com/liballeg/allegro5.git#tag=5.2.1.1
+ source = git://github.com/liballeg/allegro5.git#tag=5.2.4.0
md5sums = SKIP
pkgname = mingw-w64-allegro
diff --git a/PKGBUILD b/PKGBUILD
index be429a2eb0e3..f93fa7603af5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=mingw-w64-allegro
-pkgver=5.2.1.1
-pkgrel=1
+pkgver=5.2.4.0
+pkgrel=0
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)
+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)
options=(staticlibs !strip !buildflags)
url="https://liballeg.org/"
source=("git://github.com/liballeg/allegro${pkgver%%.*}.git#tag=$pkgver")