summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSchala2016-11-28 15:52:48 -0800
committerSchala2016-11-28 15:52:48 -0800
commit84de9e1a138d377c6be96d1e55a4192c6128ed64 (patch)
tree43ddfb9556f5dfc8c480fb5e83ad4c344ccce264
parentc6e2f33dbbf5566b82895d9eaca27eb8c6200564 (diff)
downloadaur-84de9e1a138d377c6be96d1e55a4192c6128ed64.tar.gz
5.2.1.1, add opusfile dep
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee24a8114e02..ae3521c3ddaf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Nov 28 09:19:32 UTC 2016
+# Mon Nov 28 23:52:27 UTC 2016
pkgbase = mingw-w64-allegro
pkgdesc = Portable library mainly aimed at video game and multimedia programming (mingw-w64)
- pkgver = 5.2.1.0
+ pkgver = 5.2.1.1
pkgrel = 1
url = https://liballeg.org/
arch = any
@@ -14,11 +14,12 @@ pkgbase = mingw-w64-allegro
makedepends = mingw-w64-freetype
makedepends = mingw-w64-flac
makedepends = mingw-w64-openal
+ makedepends = mingw-w64-opusfile
depends = mingw-w64-crt
options = staticlibs
options = !strip
options = !buildflags
- source = git://github.com/liballeg/allegro5.git#tag=5.2.1.0
+ source = git://github.com/liballeg/allegro5.git#tag=5.2.1.1
md5sums = SKIP
pkgname = mingw-w64-allegro
diff --git a/PKGBUILD b/PKGBUILD
index 5ffdcd7645b6..be429a2eb0e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=mingw-w64-allegro
-pkgver=5.2.1.0
+pkgver=5.2.1.1
pkgrel=1
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)
+makedepends=(mingw-w64-cmake git mingw-w64-libtheora mingw-w64-physfs mingw-w64-freetype mingw-w64-flac mingw-w64-openal mingw-w64-opusfile)
options=(staticlibs !strip !buildflags)
url="https://liballeg.org/"
source=("git://github.com/liballeg/allegro${pkgver%%.*}.git#tag=$pkgver")