summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2022-02-16 18:55:49 +0100
committerMartchus2022-02-16 18:55:49 +0100
commita4bdfd8450cbebe211cd182ffe66898b0e039f11 (patch)
tree1fdaa4306e2e637125c9bc8d5798b255069a73fa /PKGBUILD
parent78e51ad91f243340a31a13eea12483c9ea8f1b06 (diff)
downloadaur-a4bdfd8450cbebe211cd182ffe66898b0e039f11.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 3330905240f9..bb7af04f719b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_reponame=cpp-utilities
pkgname=c++utilities
-pkgver=5.12.0
+pkgver=5.13.0
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=('eb044aeb1a227f9ad2cec4a3e7c07f65f97525f2c7030587960b2cd378c073f2')
+sha256sums=('6ddca61b4ff38785a927eb5e2491e2edbf00eb8d003360f46f247cbb18eab970')
prepare() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"