Skip to content

Commit

Permalink
upgpkg: re2 20190301-1
Browse files Browse the repository at this point in the history
New upstream release.

git-svn-id: file:///srv/repos/svn-packages/svn@346967 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
foutrelis committed Mar 1, 2019
1 parent aca8f27 commit 97ce27e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions re2/trunk/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Contributor: Alexandre Bique <[email protected]>

pkgname=re2
_re2ver=2019-01-01
_re2ver=2019-03-01
pkgver=${_re2ver//-}
pkgrel=1
pkgdesc="Fast, safe, thread-friendly regular expression engine"
Expand All @@ -13,7 +13,7 @@ url="https://github.com/google/re2"
license=('BSD')
depends=('gcc-libs')
source=(re2-$pkgver.tar.gz::https://github.com/google/re2/archive/$_re2ver.tar.gz)
sha256sums=('bee07121ce72ce10ccacb84e49b29d091ca18d5d14d950ab7c4657a0903655db')
sha256sums=('05dc21aafc1fa21161214c6145aeed8a6d108bde390584c762aa3e64df557d6d')

build() {
cd $pkgname-$_re2ver
Expand Down

0 comments on commit 97ce27e

Please sign in to comment.