summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBuildTools2015-11-01 00:28:17 -0700
committerBuildTools2015-11-01 00:28:17 -0700
commit4c58cf737a3ae28abc6354c948bebcb954e91107 (patch)
tree07683ed669d662f58d54b8ca414e9394aa6fb949
parent502c5d2a3d78cdceca1cf37f98b080c0fb446078 (diff)
downloadaur-4c58cf737a3ae28abc6354c948bebcb954e91107.tar.gz
0.6.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f528f0cfa72..76deb54c9f52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-libcroco
pkgdesc = A CSS parsing library (mingw-w64)
- pkgver = 0.6.8
- pkgrel = 5
+ pkgver = 0.6.9
+ pkgrel = 1
url = http://www.gnome.org
arch = any
license = LGPL
@@ -12,8 +12,8 @@ pkgbase = mingw-w64-libcroco
options = staticlibs
options = !strip
options = !buildflags
- source = http://ftp.gnome.org/pub/gnome/sources/libcroco/0.6/libcroco-0.6.8.tar.xz
- sha256sums = ea6e1b858c55219cefd7109756bff5bc1a774ba7a55f7d3ccd734d6b871b8570
+ source = http://ftp.gnome.org/pub/gnome/sources/libcroco/0.6/libcroco-0.6.9.tar.xz
+ sha256sums = 38b9a6aed1813e55b3ca07a68d1af845ad4d1f984602e9272fe692930c0be0ae
pkgname = mingw-w64-libcroco
diff --git a/PKGBUILD b/PKGBUILD
index bd35f2d1e688..4ad2b58c04d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-libcroco
-pkgver=0.6.8
-pkgrel=5
+pkgver=0.6.9
+pkgrel=1
pkgdesc="A CSS parsing library (mingw-w64)"
arch=(any)
url="http://www.gnome.org"
@@ -9,7 +9,7 @@ makedepends=(mingw-w64-configure intltool)
depends=(mingw-w64-glib2 mingw-w64-libxml2)
options=(staticlibs !strip !buildflags)
source=("http://ftp.gnome.org/pub/gnome/sources/libcroco/${pkgver%.*}/libcroco-$pkgver.tar.xz")
-sha256sums=('ea6e1b858c55219cefd7109756bff5bc1a774ba7a55f7d3ccd734d6b871b8570')
+sha256sums=('38b9a6aed1813e55b3ca07a68d1af845ad4d1f984602e9272fe692930c0be0ae')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"