summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 482f3d4b02d4..9c8e11fa816d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Sat Apr 2 06:35:46 UTC 2016
pkgbase = mingw-w64-sdl2_ttf
pkgdesc = A library that allows you to use TrueType fonts in your SDL applications (Version 2) (mingw-w64)
- pkgver = 2.0.12
- pkgrel = 7
+ pkgver = 2.0.14
+ pkgrel = 1
url = http://libsdl.org
arch = any
license = MIT
@@ -12,8 +14,8 @@ pkgbase = mingw-w64-sdl2_ttf
options = staticlibs
options = !strip
options = !buildflags
- source = http://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.0.12.tar.gz
- md5sums = 79787216b56cb4707f39d538f2225e00
+ source = http://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.0.14.tar.gz
+ md5sums = e53c05e1e7f1382c316afd6c763388b1
pkgname = mingw-w64-sdl2_ttf
diff --git a/PKGBUILD b/PKGBUILD
index 7717f539f952..bce7186cb785 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-sdl2_ttf
-pkgver=2.0.12
-pkgrel=7
+pkgver=2.0.14
+pkgrel=1
pkgdesc="A library that allows you to use TrueType fonts in your SDL applications (Version 2) (mingw-w64)"
arch=(any)
url="http://libsdl.org"
@@ -9,7 +9,7 @@ depends=(mingw-w64-sdl2 mingw-w64-freetype2 mingw-w64-bzip2)
makedepends=(mingw-w64-configure)
options=(staticlibs !strip !buildflags)
source=("http://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-$pkgver.tar.gz")
-md5sums=('79787216b56cb4707f39d538f2225e00')
+md5sums=('e53c05e1e7f1382c316afd6c763388b1')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"