summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2020-11-04 14:30:35 +0100
committerMartchus2020-11-04 14:30:35 +0100
commitd4a19da506539af20e9d637332ca2a76c501b5ff (patch)
tree5b0e347a57fed18b3bb0f2b1259865feba5210b4 /PKGBUILD
parent8d8813a435e0d48a10c3cde3dae27dfc37723361 (diff)
downloadaur-d4a19da506539af20e9d637332ca2a76c501b5ff.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 6e7df9f79527..e6cd10d6b8b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_reponame=cpp-utilities
pkgname=c++utilities
-pkgver=5.7.0
+pkgver=5.8.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=('971f0b6f3474411215190867250f619db5728dad4e3e7834b3761a14d4477f7c')
+sha256sums=('20eb49249e94f07c09ee602246d2c74cd829c5f49b09559fced008e7b8651ce6')
prepare() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"