summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2023-09-05 18:06:41 +0200
committerMartchus2023-09-05 18:06:41 +0200
commit822fd7ca30429f6f44a1b15a254c6bda42cc61eb (patch)
tree81eaffd0963e2c8a4241c65bacb681e31fa97c19 /PKGBUILD
parent055726530abd71f3a6cb50a2c14a65f83e68424c (diff)
downloadaur-822fd7ca30429f6f44a1b15a254c6bda42cc61eb.tar.gz
Update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c0f88486fd6..69710dd413e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,18 +6,18 @@
_reponame=cpp-utilities
pkgname=mingw-w64-c++utilities
_name=${pkgname#mingw-w64-}
-pkgver=5.24.0
+pkgver=5.24.1
pkgrel=1
arch=('any')
pkgdesc='Common C++ classes and routines such as argument parser, IO and conversion utilities (mingw-w64)'
license=('GPL')
-depends=('mingw-w64-crt' 'mingw-w64-libiconv')
+depends=('mingw-w64-crt' 'mingw-w64-libiconv' 'mingw-w64-boost')
optdepends=("$_name-doc: API documentation")
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=('959e9884bdab1a2afe67937611b6b168fb60dc0cf0acf236b3a342cc0479e57d')
+sha256sums=('86cceb6983789144e2fe0101642836be7bce45a22879248ad8d8938e4adccfc6')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')