summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatt Harrison2019-07-29 13:08:12 -0400
committerMatt Harrison2019-07-29 13:08:12 -0400
commit31e3a0e14f8b924fe9ea665e75f129d96d1338b1 (patch)
treeebe1601ffa5d098d40f78f92693a0e8fa9fe1362 /PKGBUILD
parentc7a7289a6fd8c352424ebf918c3d4a78f0a1ffba (diff)
downloadaur-31e3a0e14f8b924fe9ea665e75f129d96d1338b1.tar.gz
upgpkg: robotstxt 0.0.0.31-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5e4319459406..eaae259ae2ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=robotstxt
# No released version yet, so versioned based on the number of commits.
# Zeros to preserve numbering for any future version available.
-pkgver=0.0.0.7
+pkgver=0.0.0.31
pkgrel=1
pkgdesc="Google's robots.txt parser and matcher as a C++ library (compliant to C++11)."
arch=('x86_64')
@@ -12,9 +12,9 @@ url="https://github.com/google/robotstxt"
license=('Apache')
depends=('gcc-libs')
makedepends=('bazel')
-_git_commit='59f3643d3a3ac88f613326dd4dfc8c9b9a545e45'
+_git_commit='bacd8ba94b6d066ff6c0eb622b46bf655490994d'
source=("$pkgname-$pkgver.tar.gz::https://github.com/google/robotstxt/archive/$_git_commit.tar.gz")
-sha256sums=('ecee5d08e73d1e4afc888ce0ba77541bf8b00a14407ca473ecf8229f6cd80033')
+sha256sums=('92fcc2560fa5f889ab9fde01b7fdd8e70c02a7dd7c33e9151de3d98d065c9e2f')
build() {
cd "$srcdir/robotstxt-$_git_commit"