summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2020-02-05 09:00:29 +0100
committerMartchus2020-02-05 09:00:29 +0100
commit1305d0f644432f6f1d5c98716adc70966ecd1ead (patch)
tree40e199aa451d328c49070ff7b3067a499c94f1ed /PKGBUILD
parentd812da9de4783aad04e385105c2afc390f29f2f4 (diff)
downloadaur-1305d0f644432f6f1d5c98716adc70966ecd1ead.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 c6bae9af8377..2349708e47c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_reponame=cpp-utilities
pkgname=c++utilities
-pkgver=5.1.0
+pkgver=5.2.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')
checkdepends=('cppunit')
url="https://github.com/Martchus/${_reponame}"
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
-sha256sums=('f414953d8b9137e2ddb612e9f809800e28e71d019c7bc8245ed770ffc2878bd7')
+sha256sums=('d2fbd13e8d980131aa75740d061fdacd6cff19f25f02e657437bcb37ce012a58')
prepare() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"