Date: Monday, April 24, 2023 @ 15:58:02
  Author: alucryd
Revision: 1448525

archrelease: copy trunk to community-x86_64

Added:
  hyperscan/repos/community-x86_64/.SRCINFO
    (from rev 1448524, hyperscan/trunk/.SRCINFO)
  hyperscan/repos/community-x86_64/PKGBUILD
    (from rev 1448524, hyperscan/trunk/PKGBUILD)
Deleted:
  hyperscan/repos/community-x86_64/.SRCINFO
  hyperscan/repos/community-x86_64/PKGBUILD

----------+
 .SRCINFO |   36 +++++++++++------------
 PKGBUILD |   92 ++++++++++++++++++++++++++++++-------------------------------
 2 files changed, 64 insertions(+), 64 deletions(-)

Deleted: .SRCINFO
===================================================================
--- .SRCINFO    2023-04-24 15:57:52 UTC (rev 1448524)
+++ .SRCINFO    2023-04-24 15:58:02 UTC (rev 1448525)
@@ -1,18 +0,0 @@
-pkgbase = hyperscan
-       pkgdesc = High-performance regular expression matching library
-       pkgver = 5.4.1
-       pkgrel = 1
-       url = https://www.hyperscan.io
-       arch = x86_64
-       license = BSD
-       makedepends = boost
-       makedepends = cmake
-       makedepends = git
-       makedepends = ninja
-       makedepends = python
-       makedepends = ragel
-       options = !lto
-       source = 
git+https://github.com/intel/hyperscan.git#tag=c37166d52ba5634886cd5ae73dcc81bb2de95872
-       b2sums = SKIP
-
-pkgname = hyperscan

Copied: hyperscan/repos/community-x86_64/.SRCINFO (from rev 1448524, 
hyperscan/trunk/.SRCINFO)
===================================================================
--- .SRCINFO                            (rev 0)
+++ .SRCINFO    2023-04-24 15:58:02 UTC (rev 1448525)
@@ -0,0 +1,18 @@
+pkgbase = hyperscan
+       pkgdesc = High-performance regular expression matching library
+       pkgver = 5.4.2
+       pkgrel = 1
+       url = https://www.hyperscan.io
+       arch = x86_64
+       license = BSD
+       makedepends = boost
+       makedepends = cmake
+       makedepends = git
+       makedepends = ninja
+       makedepends = python
+       makedepends = ragel
+       options = !lto
+       source = 
git+https://github.com/intel/hyperscan.git#tag=bc3b191ab56055e8560c7cdc161c289c4d76e3d2
+       b2sums = SKIP
+
+pkgname = hyperscan

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-24 15:57:52 UTC (rev 1448524)
+++ PKGBUILD    2023-04-24 15:58:02 UTC (rev 1448525)
@@ -1,46 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-# Contributor: Alireza Ayinmehr <[email protected]>
-# Contributor: Maxwell Pray a.k.a. Synthead <[email protected]>
-# Contributor: JSkier <jskier at gmail dot com>
-# Contributor: Ivan Shapovalov <[email protected]>
-
-pkgname=hyperscan
-pkgver=5.4.1
-pkgrel=1
-pkgdesc='High-performance regular expression matching library'
-arch=(x86_64)
-url=https://www.hyperscan.io
-license=(BSD)
-makedepends=(
-  boost
-  cmake
-  git
-  ninja
-  python
-  ragel
-)
-options=(!lto)
-_tag=c37166d52ba5634886cd5ae73dcc81bb2de95872
-source=(git+https://github.com/intel/hyperscan.git#tag=${_tag})
-b2sums=(SKIP)
-
-pkgver() {
-  cd hyperscan
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cmake -S hyperscan -B build -G Ninja \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DBUILD_SHARED_LIBS=ON \
-    -Wno-dev
-  cmake --build build
-}
-
-package() {
-  DESTDIR="${pkgdir}" cmake --install build
-  install -Dm 644 hyperscan/COPYING -t 
"${pkgdir}"/usr/share/licenses/hyperscan/
-}
-
-# vim: ts=2 sw=2 et:

Copied: hyperscan/repos/community-x86_64/PKGBUILD (from rev 1448524, 
hyperscan/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-24 15:58:02 UTC (rev 1448525)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: Alireza Ayinmehr <[email protected]>
+# Contributor: Maxwell Pray a.k.a. Synthead <[email protected]>
+# Contributor: JSkier <jskier at gmail dot com>
+# Contributor: Ivan Shapovalov <[email protected]>
+
+pkgname=hyperscan
+pkgver=5.4.2
+pkgrel=1
+pkgdesc='High-performance regular expression matching library'
+arch=(x86_64)
+url=https://www.hyperscan.io
+license=(BSD)
+makedepends=(
+  boost
+  cmake
+  git
+  ninja
+  python
+  ragel
+)
+options=(!lto)
+_tag=bc3b191ab56055e8560c7cdc161c289c4d76e3d2
+source=(git+https://github.com/intel/hyperscan.git#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+  cd hyperscan
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cmake -S hyperscan -B build -G Ninja \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DBUILD_SHARED_LIBS=ON \
+    -Wno-dev
+  cmake --build build
+}
+
+package() {
+  DESTDIR="${pkgdir}" cmake --install build
+  install -Dm 644 hyperscan/COPYING -t 
"${pkgdir}"/usr/share/licenses/hyperscan/
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to