summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2021-06-04 20:59:17 +0200
committerMartchus2021-06-04 20:59:17 +0200
commit21f52107e8d55b0763e8e82ebcad925e685c2435 (patch)
tree3144f232b305d6463404bb7d4019563e71662ae8 /PKGBUILD
parent10982ac97d57b42cf37cd5edb42e62d3549e1293 (diff)
downloadaur-21f52107e8d55b0763e8e82ebcad925e685c2435.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 661d819ef513..3de8797beb35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_reponame=cpp-utilities
pkgname=mingw-w64-c++utilities
_name=${pkgname#mingw-w64-}
-pkgver=5.10.3
+pkgver=5.10.4
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' 'ninja')
url="https://github.com/Martchus/${_reponame}"
source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
-sha256sums=('7a9f063227383f9882c9936af7d9d95054dc4a33bdd01344b962ee4b6dd98f6d')
+sha256sums=('b4e401dda8278d7d24b726c4f77f64d5e9b19150504089f8e000a9ad027aa9d5')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')