mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
upgpkg: robotstxt 0.0.0.68-1
upstream release
This commit is contained in:
parent
fb12b4fce4
commit
25404efea0
2 changed files with 6 additions and 7 deletions
7
.SRCINFO
7
.SRCINFO
|
|
@ -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
|
||||
|
||||
|
|
|
|||
6
PKGBUILD
6
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.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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue