summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Harrison2019-09-16 11:46:01 -0400
committerMatt Harrison2019-09-16 11:46:01 -0400
commitfb12b4fce4b89a69d37c06b237d853e999c651a4 (patch)
tree9fa7f45373be49b78daafa5cc0a1ff42923d30af
parent31e3a0e14f8b924fe9ea665e75f129d96d1338b1 (diff)
downloadaur-fb12b4fce4b89a69d37c06b237d853e999c651a4.tar.gz
upgpkg: robotstxt 0.0.0.59-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index adee35484c36..6c7ea0a2ea84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = robotstxt
pkgdesc = Google's robots.txt parser and matcher as a C++ library (compliant to C++11).
- pkgver = 0.0.0.31
+ pkgver = 0.0.0.59
pkgrel = 1
url = https://github.com/google/robotstxt
arch = x86_64
license = Apache
makedepends = bazel
depends = gcc-libs
- source = robotstxt-0.0.0.31.tar.gz::https://github.com/google/robotstxt/archive/bacd8ba94b6d066ff6c0eb622b46bf655490994d.tar.gz
- sha256sums = 92fcc2560fa5f889ab9fde01b7fdd8e70c02a7dd7c33e9151de3d98d065c9e2f
+ source = robotstxt-0.0.0.59.tar.gz::https://github.com/google/robotstxt/archive/750aec7933648c816d6d5bb2f4fe5c30f2485ccf.tar.gz
+ sha256sums = dfb60ef01b63585521115cbbc0b344f3116cf7b081000693305f5d98fdc16eba
pkgname = robotstxt
diff --git a/PKGBUILD b/PKGBUILD
index eaae259ae2ba..51488e0f6d67 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.31
+pkgver=0.0.0.59
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='bacd8ba94b6d066ff6c0eb622b46bf655490994d'
+_git_commit='750aec7933648c816d6d5bb2f4fe5c30f2485ccf'
source=("$pkgname-$pkgver.tar.gz::https://github.com/google/robotstxt/archive/$_git_commit.tar.gz")
-sha256sums=('92fcc2560fa5f889ab9fde01b7fdd8e70c02a7dd7c33e9151de3d98d065c9e2f')
+sha256sums=('dfb60ef01b63585521115cbbc0b344f3116cf7b081000693305f5d98fdc16eba')
build() {
cd "$srcdir/robotstxt-$_git_commit"