summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2021-06-04 20:59:09 +0200
committerMartchus2021-06-04 20:59:09 +0200
commit6cfed08a96628a852c54ea6ed7ed63fb42a21728 (patch)
tree35877ca86bf3de324304899803575f34f717ffcb /PKGBUILD
parent7e776a29c573352893b7f7d03f81018ff0ada98b (diff)
downloadaur-6cfed08a96628a852c54ea6ed7ed63fb42a21728.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 544cd34c4c05..61746db2180b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_reponame=cpp-utilities
pkgname=c++utilities
-pkgver=5.10.3
+pkgver=5.10.4
pkgrel=1
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='Common C++ classes and routines such as argument parser, IO and conversion utilities'
@@ -16,7 +16,7 @@ makedepends=('cmake' 'ninja')
checkdepends=('cppunit')
url="https://github.com/Martchus/${_reponame}"
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
-sha256sums=('7a9f063227383f9882c9936af7d9d95054dc4a33bdd01344b962ee4b6dd98f6d')
+sha256sums=('b4e401dda8278d7d24b726c4f77f64d5e9b19150504089f8e000a9ad027aa9d5')
prepare() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"