summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSchala2016-08-06 12:16:36 -0700
committerSchala2016-08-06 12:16:36 -0700
commit0478acc41d204054cb8257a42806d7954d689792 (patch)
tree652cf2449b4bf62614e34d109b984d0d31379cdd
parentb134efb753718a5171d7950e1bfb254e82453b27 (diff)
downloadaur-0478acc41d204054cb8257a42806d7954d689792.tar.gz
2.12.1
-rw-r--r--.SRCINFO10
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD6
3 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a82d1c78175..ed3bc967f44a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Jun 17 20:41:50 UTC 2016
+# Sat Aug 6 19:16:07 UTC 2016
pkgbase = mingw-w64-fontconfig
pkgdesc = A library for configuring and customizing font access (mingw-w64)
- pkgver = 2.12.0
- pkgrel = 2
+ pkgver = 2.12.1
+ pkgrel = 1
url = http://www.fontconfig.org/release
arch = any
license = custom
@@ -13,10 +13,10 @@ pkgbase = mingw-w64-fontconfig
options = staticlibs
options = !strip
options = !buildflags
- source = http://www.fontconfig.org/release/fontconfig-2.12.0.tar.bz2
+ source = http://www.fontconfig.org/release/fontconfig-2.12.1.tar.bz2
source = 0001-fix-config-linking.all.patch
source = 0007-pkgconfig.mingw.patch
- sha256sums = b433e4efff1f68fdd8aac221ed1df3ff1e580ffedbada020a703fe64017d8224
+ sha256sums = b449a3e10c47e1d1c7a6ec6e2016cca73d3bd68fbbd4f0ae5cc6b573f7d6c7f3
sha256sums = 1266d4bbd8270f013fee2401c890f0251babf50a175a69d681d3a6af5003c899
sha256sums = af373531873da46d0356305da5444c1ec74f443cd2635ea2db6b7dadd1561f5b
diff --git a/.gitignore b/.gitignore
index 79ffea0ccae6..886033bef767 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
pkg/
src/
*.bz2
+*.tar
*.xz
diff --git a/PKGBUILD b/PKGBUILD
index 00f3561a21e7..c93ab6e403be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-fontconfig
-pkgver=2.12.0
-pkgrel=2
+pkgver=2.12.1
+pkgrel=1
pkgdesc="A library for configuring and customizing font access (mingw-w64)"
arch=(any)
url="http://www.fontconfig.org/release"
@@ -11,7 +11,7 @@ options=(staticlibs !strip !buildflags)
source=("http://www.fontconfig.org/release/fontconfig-$pkgver.tar.bz2"
"0001-fix-config-linking.all.patch"
"0007-pkgconfig.mingw.patch")
-sha256sums=('b433e4efff1f68fdd8aac221ed1df3ff1e580ffedbada020a703fe64017d8224'
+sha256sums=('b449a3e10c47e1d1c7a6ec6e2016cca73d3bd68fbbd4f0ae5cc6b573f7d6c7f3'
'1266d4bbd8270f013fee2401c890f0251babf50a175a69d681d3a6af5003c899'
'af373531873da46d0356305da5444c1ec74f443cd2635ea2db6b7dadd1561f5b')