summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSchala2016-09-14 01:58:00 -0700
committerSchala2016-09-14 01:58:00 -0700
commit0764081185ef631eadbd94e24fcad238faf1cf3e (patch)
tree4f3c6ddf812c8acf90d1f3b72939dbb06840c46a
parent179e2a45a437c0dd1db72c857e6cf1df601dcce2 (diff)
downloadaur-0764081185ef631eadbd94e24fcad238faf1cf3e.tar.gz
1.40.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 638e903ba081..e61ad408969a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Aug 29 19:03:22 UTC 2016
+# Wed Sep 14 08:57:48 UTC 2016
pkgbase = mingw-w64-pango
pkgdesc = A library for layout and rendering of text (mingw-w64)
- pkgver = 1.40.2
+ pkgver = 1.40.3
pkgrel = 1
url = http://www.pango.org
arch = any
@@ -15,8 +15,8 @@ pkgbase = mingw-w64-pango
options = !strip
options = !buildflags
options = !emptydirs
- source = http://ftp.gnome.org/pub/gnome/sources/pango/1.40/pango-1.40.2.tar.xz
- sha256sums = 90582a02bc89318d205814fc097f2e9dd164d26da5f27c53ea42d583b34c3cd1
+ source = http://ftp.gnome.org/pub/gnome/sources/pango/1.40/pango-1.40.3.tar.xz
+ sha256sums = abba8b5ce728520c3a0f1535eab19eac3c14aeef7faa5aded90017ceac2711d3
pkgname = mingw-w64-pango
diff --git a/PKGBUILD b/PKGBUILD
index b53bb5e54f08..fe9a55146683 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-pango
-pkgver=1.40.2
+pkgver=1.40.3
pkgrel=1
pkgdesc="A library for layout and rendering of text (mingw-w64)"
arch=(any)
@@ -9,7 +9,7 @@ makedepends=(mingw-w64-configure gtk-doc)
depends=(mingw-w64-harfbuzz mingw-w64-cairo)
options=(staticlibs !strip !buildflags !emptydirs)
source=("http://ftp.gnome.org/pub/gnome/sources/pango/${pkgver:0:4}/pango-${pkgver}.tar.xz")
-sha256sums=('90582a02bc89318d205814fc097f2e9dd164d26da5f27c53ea42d583b34c3cd1')
+sha256sums=('abba8b5ce728520c3a0f1535eab19eac3c14aeef7faa5aded90017ceac2711d3')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
prepare() {