diff options
author | AkechiShiro | 2023-07-28 01:33:10 +0200 |
---|---|---|
committer | AkechiShiro | 2023-07-28 01:33:10 +0200 |
commit | b6ed61ff30266d8150145fa26af81e57a6a70940 (patch) | |
tree | 5feebe1e3e46e6103612986acb2b315196441ec0 | |
parent | 124cd7a6f602639d589a5964a1f98500ed0e3cc7 (diff) | |
download | aur-b6ed61ff30266d8150145fa26af81e57a6a70940.tar.gz |
Add conflict python-pyperscan
-rw-r--r-- | .SRCINFO | 1 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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 @@ -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 |