summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkechiShiro2023-07-28 01:33:10 +0200
committerAkechiShiro2023-07-28 01:33:10 +0200
commitb6ed61ff30266d8150145fa26af81e57a6a70940 (patch)
tree5feebe1e3e46e6103612986acb2b315196441ec0
parent124cd7a6f602639d589a5964a1f98500ed0e3cc7 (diff)
downloadaur-b6ed61ff30266d8150145fa26af81e57a6a70940.tar.gz
Add conflict python-pyperscan
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76d89b9aedf8..85f87cc6a1e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -21,6 +21,7 @@ pkgbase = python-pyperscan-git
makedepends = python-maturin
depends = python
provides = python-pyperscan
+ conflicts = python-pyperscan
source = git+https://github.com/vlaci/pyperscan.git
source = git+https://github.com/VectorCamp/vectorscan#commit=b4bba94b1a250603b0b198e0394946e32f6c3f30
source = git+https://github.com/intel/hyperscan#commit=bc3b191ab56055e8560c7cdc161c289c4d76e3d2
diff --git a/PKGBUILD b/PKGBUILD
index 8f887cfc2879..20a3469559da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('x86_64' 'aarch64')
url="https://github.com/vlaci/$_pyname"
license=(MIT)
depends=(python)
-conflicts=()
+conflicts=(python-pyperscan)
provides=(python-pyperscan)
makedepends=(git
cmake