summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2021-02-03 11:02:31 +0100
committerMartchus2021-02-03 11:02:31 +0100
commit921bf2070dca34f2e6574e7d784951d1ad5d6fa6 (patch)
tree08c187f7f937019135a12aac65bae9bc0bfd048a /PKGBUILD
parentcb6204c158f4aceeb8bc5bde69adb13647b3810a (diff)
downloadaur-921bf2070dca34f2e6574e7d784951d1ad5d6fa6.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 4b1ac9851b8f..6b1a4b43b446 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_reponame=cpp-utilities
pkgname=c++utilities
-pkgver=5.10.0
+pkgver=5.10.1
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=('a0eed2901eff3785bec7e8395f427c8fe206af75960ca628f5fe277043e5c0ed')
+sha256sums=('bba073117fe2a16fb2cb277e69a8f9e9584d991543c8cfd75921afdf39ea3ec5')
prepare() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"