summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSchala2016-06-17 13:31:37 -0700
committerSchala2016-06-17 13:31:37 -0700
commit90b9dd6fb53f80819eb216cf24c67d85d2f6a548 (patch)
tree0e35dbc2d6a4872feacb6febf416db7ea138fd19
parent94f328e54290a5489bf33df1daae3eaca88a3c57 (diff)
downloadaur-90b9dd6fb53f80819eb216cf24c67d85d2f6a548.tar.gz
2.12
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd9f9d036410..9db105091e13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Apr 17 19:21:52 UTC 2016
+# Fri Jun 17 20:31:24 UTC 2016
pkgbase = mingw-w64-fontconfig
pkgdesc = A library for configuring and customizing font access (mingw-w64)
- pkgver = 2.11.95
+ pkgver = 2.12.0
pkgrel = 1
url = http://www.fontconfig.org/release
arch = any
@@ -13,8 +13,8 @@ pkgbase = mingw-w64-fontconfig
options = staticlibs
options = !strip
options = !buildflags
- source = http://www.fontconfig.org/release/fontconfig-2.11.95.tar.bz2
- sha256sums = 7b165eee7aa22dcc1557db56f58d905b6a14b32f9701c79427452474375b4c89
+ source = http://www.fontconfig.org/release/fontconfig-2.12.0.tar.bz2
+ sha256sums = b433e4efff1f68fdd8aac221ed1df3ff1e580ffedbada020a703fe64017d8224
pkgname = mingw-w64-fontconfig
diff --git a/PKGBUILD b/PKGBUILD
index 5ea988f12d27..86888666b88c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-fontconfig
-pkgver=2.11.95
+pkgver=2.12.0
pkgrel=1
pkgdesc="A library for configuring and customizing font access (mingw-w64)"
arch=(any)
@@ -9,7 +9,7 @@ makedepends=(mingw-w64-configure)
depends=(mingw-w64-expat mingw-w64-freetype2)
options=(staticlibs !strip !buildflags)
source=("http://www.fontconfig.org/release/fontconfig-$pkgver.tar.bz2")
-sha256sums=('7b165eee7aa22dcc1557db56f58d905b6a14b32f9701c79427452474375b4c89')
+sha256sums=('b433e4efff1f68fdd8aac221ed1df3ff1e580ffedbada020a703fe64017d8224')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"