summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD3
3 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf6052e8c954..6f6894cf09b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = benchmark-git
pkgdesc = A microbenchmark support library, by Google
- pkgver = v1.8.1.r2.g43b2917d
+ pkgver = v1.8.3
pkgrel = 1
url = https://github.com/google/benchmark
arch = i686
diff --git a/.gitignore b/.gitignore
index b6ae3b30bc9d..130a5d5c0f7f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-benchmark-git-v1.8.1.r2.g43b2917d-1-x86_64.pkg.tar.zst
+*.pkg.tar.zst
benchmark-git/
pkg/
src/
diff --git a/PKGBUILD b/PKGBUILD
index 87b84ad32f61..840c2695fef4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
# Maintainer: Dominic Hamon <dma at hey dot com>
+# Contributor: Erik Zenker <erikzenker at posteo dot de>
pkgname=benchmark-git
-pkgver=v1.8.1.r2.g43b2917d
+pkgver=v1.8.3.r0.g34411763
pkgrel=1
pkgdesc="A microbenchmark support library, by Google"
arch=('i686' 'x86_64')