summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ae89ba971b2..cf6052e8c954 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = benchmark-git
pkgdesc = A microbenchmark support library, by Google
- pkgver = v1.8.1
+ pkgver = v1.8.1.r2.g43b2917d
pkgrel = 1
- url = https://github.com/google/benchmark}
+ url = https://github.com/google/benchmark
arch = i686
arch = x86_64
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index 1317d691a163..87b84ad32f61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=v1.8.1.r2.g43b2917d
pkgrel=1
pkgdesc="A microbenchmark support library, by Google"
arch=('i686' 'x86_64')
-url="https://github.com/google/benchmark}"
+url="https://github.com/google/benchmark"
license=('Apache')
depends=(gcc-libs gtest gmock)
makedepends=('cmake')