summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2023-03-07 21:28:02 +0100
committerMartchus2023-03-07 21:28:02 +0100
commit89918dd6ff3989cfc06213bc02b2500ba2e71224 (patch)
treeb6ef56253a9dba9cd6501a57f4cbe991b6a120b1 /PKGBUILD
parent6c2bc9952d11f746cf5c39db45ff43f9b28ad4de (diff)
downloadaur-89918dd6ff3989cfc06213bc02b2500ba2e71224.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 8eed6d525f7f..cf60d608b274 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_reponame=cpp-utilities
pkgname=c++utilities
-pkgver=5.20.0
+pkgver=5.21.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=('0aeebdaab93ebdb70f5e77f008e229db765da8575989842dbe4cbe20f3dc08e7')
+sha256sums=('8c94bead63eaa17346438f1ed7df13d58006ae753a39fe21185d48303df1aa27')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"