summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2017-01-12 19:58:02 +0800
committerpingplug2017-01-12 19:58:02 +0800
commit1be2d0892455de684aa10f0534039b2a14aff3be (patch)
tree4be3d88dc77d9201c44466b1411ec101991419ee
parent032299d3f9647cad6e48cad2e5cee054ba4e8247 (diff)
downloadaur-1be2d0892455de684aa10f0534039b2a14aff3be.tar.gz
Updated to 5.2.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cb9dea2b244..b5ade1ef91d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Thu Jan 12 11:57:10 UTC 2017
pkgbase = mingw-w64-xz
pkgdesc = Library and command line tools for XZ and LZMA compressed files (mingw-w64)
- pkgver = 5.2.2
+ pkgver = 5.2.3
pkgrel = 1
url = http://tukaani.org/xz
arch = any
@@ -12,8 +14,8 @@ pkgbase = mingw-w64-xz
options = staticlibs
options = !strip
options = !buildflags
- source = http://tukaani.org/xz/xz-5.2.2.tar.gz
- md5sums = 7cf6a8544a7dae8e8106fdf7addfa28c
+ source = http://tukaani.org/xz/xz-5.2.3.tar.gz
+ md5sums = ef68674fb47a8b8e741b34e429d86e9d
pkgname = mingw-w64-xz
diff --git a/PKGBUILD b/PKGBUILD
index 81d0f65abba4..aa4f96ccf172 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Schala Zeal <schalaalexiazeal@gmail.com>
pkgname=mingw-w64-xz
-pkgver=5.2.2
+pkgver=5.2.3
pkgrel=1
pkgdesc="Library and command line tools for XZ and LZMA compressed files (mingw-w64)"
arch=('any')
@@ -13,7 +13,7 @@ makedepends=("mingw-w64-configure")
depends=("mingw-w64-crt")
options=(staticlibs !strip !buildflags)
source=("$url/xz-${pkgver}.tar.gz")
-md5sums=('7cf6a8544a7dae8e8106fdf7addfa28c')
+md5sums=('ef68674fb47a8b8e741b34e429d86e9d')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"