summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2021-05-12 23:34:00 +0200
committerMartchus2021-05-12 23:34:00 +0200
commit10982ac97d57b42cf37cd5edb42e62d3549e1293 (patch)
treee8bdfdd3a0aedef803faaa3317cec64f69d53e34 /PKGBUILD
parenta145151124c202dde6eb002420627cc0894e5b4f (diff)
downloadaur-10982ac97d57b42cf37cd5edb42e62d3549e1293.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 efd77bf9c22c..661d819ef513 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_reponame=cpp-utilities
pkgname=mingw-w64-c++utilities
_name=${pkgname#mingw-w64-}
-pkgver=5.10.2
+pkgver=5.10.3
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=('65c34689a2d88dc0f7bb70e5bd5a0128ee6e97746504d10239d9e6820a835d54')
+sha256sums=('7a9f063227383f9882c9936af7d9d95054dc4a33bdd01344b962ee4b6dd98f6d')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')