summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2020-02-05 09:00:36 +0100
committerMartchus2020-02-05 09:00:36 +0100
commitc0cafd8dbaeef5cca9db91da93dcc2cc78ffc08c (patch)
treeb1c6e02228a9d771b539efa141808bb99e21bbe5 /PKGBUILD
parenteb0b4f6d41c49e0f7519f16951d93be269d1d75f (diff)
downloadaur-c0cafd8dbaeef5cca9db91da93dcc2cc78ffc08c.tar.gz
Update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 79afe4833e6e..cd337d8fd0f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_reponame=cpp-utilities
pkgname=mingw-w64-c++utilities
_name=${pkgname#mingw-w64-}
-pkgver=5.1.0
+pkgver=5.2.0
pkgrel=1
arch=('any')
pkgdesc='Common C++ classes and routines such as argument parser, IO and conversion utilities (mingw-w64)'
@@ -17,7 +17,7 @@ checkdepends=('mingw-w64-cppunit' 'mingw-w64-wine')
makedepends=('mingw-w64-gcc' 'mingw-w64-cmake')
url="https://github.com/Martchus/${_reponame}"
source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
-sha256sums=('f414953d8b9137e2ddb612e9f809800e28e71d019c7bc8245ed770ffc2878bd7')
+sha256sums=('d2fbd13e8d980131aa75740d061fdacd6cff19f25f02e657437bcb37ce012a58')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')