upgpkg: robotstxt 0.0.0.68-1

upstream release
This commit is contained in:
Matt Harrison 2021-11-10 12:13:21 -05:00
parent fb12b4fce4
commit 25404efea0
2 changed files with 6 additions and 7 deletions

View file

@ -1,14 +1,13 @@
pkgbase = robotstxt
pkgdesc = Google's robots.txt parser and matcher as a C++ library (compliant to C++11).
pkgver = 0.0.0.59
pkgver = 0.0.0.68
pkgrel = 1
url = https://github.com/google/robotstxt
arch = x86_64
license = Apache
makedepends = bazel
depends = gcc-libs
source = robotstxt-0.0.0.59.tar.gz::https://github.com/google/robotstxt/archive/750aec7933648c816d6d5bb2f4fe5c30f2485ccf.tar.gz
sha256sums = dfb60ef01b63585521115cbbc0b344f3116cf7b081000693305f5d98fdc16eba
source = robotstxt-0.0.0.68.tar.gz::https://github.com/google/robotstxt/archive/3677dc912c56d14df2126a125583e3763e5799e8.tar.gz
sha256sums = 07ecf3bf54828fc94666325d593a81a2454a61f333e45cfa77e02393e466120d
pkgname = robotstxt

View file

@ -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.59
pkgver=0.0.0.68
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='750aec7933648c816d6d5bb2f4fe5c30f2485ccf'
_git_commit='3677dc912c56d14df2126a125583e3763e5799e8'
source=("$pkgname-$pkgver.tar.gz::https://github.com/google/robotstxt/archive/$_git_commit.tar.gz")
sha256sums=('dfb60ef01b63585521115cbbc0b344f3116cf7b081000693305f5d98fdc16eba')
sha256sums=('07ecf3bf54828fc94666325d593a81a2454a61f333e45cfa77e02393e466120d')
build() {
cd "$srcdir/robotstxt-$_git_commit"