mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
upgpkg: robotstxt 0.0.0.102-1
upstream release
This commit is contained in:
parent
685b2c9b20
commit
15daa80f73
2 changed files with 6 additions and 6 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = robotstxt
|
||||
pkgdesc = Google's robots.txt parser and matcher as a C++ library (compliant to C++11).
|
||||
pkgver = 0.0.0.94
|
||||
pkgver = 0.0.0.102
|
||||
pkgrel = 1
|
||||
url = https://github.com/google/robotstxt
|
||||
arch = x86_64
|
||||
|
|
@ -8,7 +8,7 @@ pkgbase = robotstxt
|
|||
makedepends = cmake
|
||||
makedepends = git
|
||||
depends = gcc-libs
|
||||
source = robotstxt-0.0.0.94.tar.gz::https://github.com/google/robotstxt/archive/455b1583103d13ad88fe526bc058d6b9f3309215.tar.gz
|
||||
sha256sums = 618cdd42d4662dcfc6ff2da25854cc0039e664df1a5caff7026acb4074c8e269
|
||||
source = robotstxt-0.0.0.102.tar.gz::https://github.com/google/robotstxt/archive/a732377373e8bbee9f720b52020e2a8d5dd19cf8.tar.gz
|
||||
b2sums = cff58ea5b7c016d5aa69ccfd234041571eb692e64caf2b52044f32332b40bd0e084d201580f7374af94aae1a50c478567de795269ccb10684d0a275cb51a4ba7
|
||||
|
||||
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.94
|
||||
pkgver=0.0.0.102
|
||||
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=('cmake' 'git')
|
||||
_git_commit='455b1583103d13ad88fe526bc058d6b9f3309215'
|
||||
_git_commit='a732377373e8bbee9f720b52020e2a8d5dd19cf8'
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/google/robotstxt/archive/$_git_commit.tar.gz")
|
||||
sha256sums=('618cdd42d4662dcfc6ff2da25854cc0039e664df1a5caff7026acb4074c8e269')
|
||||
b2sums=('cff58ea5b7c016d5aa69ccfd234041571eb692e64caf2b52044f32332b40bd0e084d201580f7374af94aae1a50c478567de795269ccb10684d0a275cb51a4ba7')
|
||||
|
||||
build() {
|
||||
mkdir -p "$srcdir/robotstxt-$_git_commit/c-build"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue