Date: Wednesday, February 22, 2023 @ 09:14:39
Author: alucryd
Revision: 1403485
upgpkg: hyperscan 5.4.1-1
Modified:
hyperscan/trunk/.SRCINFO
hyperscan/trunk/PKGBUILD
----------+
.SRCINFO | 9 +++++----
PKGBUILD | 19 +++++--------------
2 files changed, 10 insertions(+), 18 deletions(-)
Modified: .SRCINFO
===================================================================
--- .SRCINFO 2023-02-22 09:08:27 UTC (rev 1403484)
+++ .SRCINFO 2023-02-22 09:14:39 UTC (rev 1403485)
@@ -1,6 +1,6 @@
pkgbase = hyperscan
pkgdesc = High-performance regular expression matching library
- pkgver = 5.4.0
+ pkgver = 5.4.1
pkgrel = 1
url = https://www.hyperscan.io
arch = x86_64
@@ -8,10 +8,11 @@
makedepends = boost
makedepends = cmake
makedepends = git
+ makedepends = ninja
makedepends = python
makedepends = ragel
- source =
git+https://github.com/intel/hyperscan.git#tag=64a995bf445d86b74eb0f375624ffc85682eadfe
- sha256sums = SKIP
+ options = !lto
+ source =
git+https://github.com/intel/hyperscan.git#tag=c37166d52ba5634886cd5ae73dcc81bb2de95872
+ b2sums = SKIP
pkgname = hyperscan
-
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-22 09:08:27 UTC (rev 1403484)
+++ PKGBUILD 2023-02-22 09:14:39 UTC (rev 1403485)
@@ -5,8 +5,8 @@
# Contributor: Ivan Shapovalov <[email protected]>
pkgname=hyperscan
-pkgver=5.4.0
-pkgrel=3
+pkgver=5.4.1
+pkgrel=1
pkgdesc='High-performance regular expression matching library'
arch=(x86_64)
url=https://www.hyperscan.io
@@ -20,19 +20,10 @@
ragel
)
options=(!lto)
-_tag=64a995bf445d86b74eb0f375624ffc85682eadfe
-source=(
- git+https://github.com/intel/hyperscan.git#tag=${_tag}
-
https://github.com/Mic92/hyperscan/commit/e2c4010b1fc1272cab816ba543940b3586e68a0c.patch
-)
-b2sums=('SKIP'
-
'9c703ab4fec035765c3c513589b79dfb98aa9ec79360d0cbda202a8b1957ad81cb0b1107a3cbbb793adb209f3e171d4831cb138c86817ee5533d262a06dd14a4')
+_tag=c37166d52ba5634886cd5ae73dcc81bb2de95872
+source=(git+https://github.com/intel/hyperscan.git#tag=${_tag})
+b2sums=(SKIP)
-prepare() {
- cd hyperscan
- patch -Np1 -i ../e2c4010b1fc1272cab816ba543940b3586e68a0c.patch
-}
-
pkgver() {
cd hyperscan
git describe --tags | sed 's/^v//'