summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2015-10-13 18:56:11 +0800
committerpingplug2015-10-13 18:56:11 +0800
commit032299d3f9647cad6e48cad2e5cee054ba4e8247 (patch)
tree2e36022c2631ecf0863bf46a89c97b53374c02b4
parentf2464863e7edd3f1bcfec7c0be18a27de6255602 (diff)
downloadaur-032299d3f9647cad6e48cad2e5cee054ba4e8247.tar.gz
Updated to 5.2.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee6aa7dd5626..4cb9dea2b244 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by makepkg 4.2.1
-# Mon Mar 2 08:49:16 UTC 2015
pkgbase = mingw-w64-xz
pkgdesc = Library and command line tools for XZ and LZMA compressed files (mingw-w64)
- pkgver = 5.2.1
+ pkgver = 5.2.2
pkgrel = 1
url = http://tukaani.org/xz
arch = any
@@ -14,8 +12,8 @@ pkgbase = mingw-w64-xz
options = staticlibs
options = !strip
options = !buildflags
- source = http://tukaani.org/xz/xz-5.2.1.tar.gz
- md5sums = 3e44c766c3fb4f19e348e646fcd5778a
+ source = http://tukaani.org/xz/xz-5.2.2.tar.gz
+ md5sums = 7cf6a8544a7dae8e8106fdf7addfa28c
pkgname = mingw-w64-xz
diff --git a/PKGBUILD b/PKGBUILD
index 371fcdfdf6cc..81d0f65abba4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Schala Zeal <schalaalexiazeal@gmail.com>
pkgname=mingw-w64-xz
-pkgver=5.2.1
+pkgver=5.2.2
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=('3e44c766c3fb4f19e348e646fcd5778a')
+md5sums=('7cf6a8544a7dae8e8106fdf7addfa28c')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"