summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2023-06-06 18:29:58 +0200
committerMartchus2023-06-06 18:29:58 +0200
commit7e299c596e6b49820ac4f77e2749a0252bea8699 (patch)
treec719aea02e9f4dc26ca1ebf2060b9ec4769da10a /PKGBUILD
parent778e92e63fce314b24dafc8857e76ed1df1ce073 (diff)
downloadaur-7e299c596e6b49820ac4f77e2749a0252bea8699.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 a6fc41155f56..e7d3b523c13c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_reponame=cpp-utilities
pkgname=c++utilities
-pkgver=5.22.0
+pkgver=5.23.0
pkgrel=1
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='Common C++ classes and routines such as argument parser, IO and conversion utilities'
@@ -17,7 +17,7 @@ checkdepends=('cppunit')
provides=(libc++utilities.so)
url="https://github.com/Martchus/${_reponame}"
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
-sha256sums=('ea68a894f9d5879dc247c1a08172319ca34d2a0022bbc0412e9428c011ffaba2')
+sha256sums=('2a0564afb3c5c2f9119ef4ea434001d4ee67a88a99484c412253b3f9ae4147bc')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"