summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12023-04-11 03:10:22 +0800
committerChocobo12023-04-11 03:10:22 +0800
commitef7bbc037a242a5a619d7e5109520814add07c07 (patch)
tree303a74421cd06af936392c5e5a5684e1cbcb6baf
parent447fd462786ac8fe03b1770b9fed2675cee75adf (diff)
downloadaur-hyperscan-git.tar.gz
upgpkg: hyperscan-git 5.4.1.r2.g5c724f7-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fcae208149a1..127b50ac1057 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hyperscan-git
pkgdesc = High-performance multiple regex matching library
- pkgver = 5.4.0.r0.g64a995b
+ pkgver = 5.4.1.r2.g5c724f7
pkgrel = 1
url = https://www.hyperscan.io/
arch = i686
@@ -11,7 +11,7 @@ pkgbase = hyperscan-git
makedepends = cmake
makedepends = ragel
depends = gcc-libs
- provides = hyperscan
+ provides = hyperscan=5.4.1.r2.g5c724f7
conflicts = hyperscan
options = staticlibs
source = git+https://github.com/intel/hyperscan.git
diff --git a/PKGBUILD b/PKGBUILD
index 914c1a586022..13ccbf69dec0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Ivan Shapovalov <intelfx@intelfx.name>
pkgname=hyperscan-git
-pkgver=5.4.0.r0.g64a995b
+pkgver=5.4.1.r2.g5c724f7
pkgrel=1
pkgdesc="High-performance multiple regex matching library"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ url="https://www.hyperscan.io/"
license=('BSD')
depends=('gcc-libs')
makedepends=('git' 'boost' 'cmake' 'ragel')
-provides=('hyperscan')
+provides=("hyperscan=$pkgver")
conflicts=('hyperscan')
options=('staticlibs')
source=("git+https://github.com/intel/hyperscan.git")