summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2017-06-01 15:16:46 +0200
committerMartchus2017-06-01 15:16:46 +0200
commitb81b97b0e2d92b9677f5d932e400a9dd77b61ad5 (patch)
treebd93e098530cfe4a744eca2bf8e68593b4b6ae45
parent1b70a7535f713468ce1f7c098616f83cb12f9355 (diff)
downloadaur-b81b97b0e2d92b9677f5d932e400a9dd77b61ad5.tar.gz
Update version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a4b6c5814c6..b5c2a73c9f70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun May 28 20:25:19 UTC 2017
+# Thu Jun 1 13:16:46 UTC 2017
pkgbase = mingw-w64-qtutilities
pkgdesc = Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models (mingw-w64)
- pkgver = 5.7.0
+ pkgver = 5.7.1
pkgrel = 1
url = https://github.com/Martchus/qtutilities
arch = any
@@ -22,8 +22,8 @@ pkgbase = mingw-w64-qtutilities
options = staticlibs
options = !strip
options = !emptydirs
- source = qtutilities-5.7.0.tar.gz::https://github.com/Martchus/qtutilities/archive/v5.7.0.tar.gz
- sha256sums = a527b588fea9bd9986d7433c62ac86de82e3566e3805c7a54c0cf6382d28d574
+ source = qtutilities-5.7.1.tar.gz::https://github.com/Martchus/qtutilities/archive/v5.7.1.tar.gz
+ sha256sums = 3935ed34bdd4da92158bab0bc774960dd0d4ae928314ac7ad153c487605178c6
pkgname = mingw-w64-qtutilities
diff --git a/PKGBUILD b/PKGBUILD
index 1778e20e4370..3e1fafb5f6bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_reponame=qtutilities
pkgname=mingw-w64-qtutilities
_name=${pkgname#mingw-w64-}
-pkgver=5.7.0
+pkgver=5.7.1
pkgrel=1
arch=('any')
pkgdesc='Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models (mingw-w64)'
@@ -16,7 +16,7 @@ makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'mingw-w64-qt5-tools')
optdepends=("$pkgname-doc: API documentation")
url="https://github.com/Martchus/${_reponame}"
source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
-sha256sums=('a527b588fea9bd9986d7433c62ac86de82e3566e3805c7a54c0cf6382d28d574')
+sha256sums=('3935ed34bdd4da92158bab0bc774960dd0d4ae928314ac7ad153c487605178c6')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] ||