summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorParham Alvani2022-05-23 20:31:15 +0430
committerParham Alvani2022-05-23 20:31:15 +0430
commitae37687ecb141c14ce50e36153935f8e8aa438a9 (patch)
tree593cfb546acc41144ef6e69ce318f3b40870c48e /PKGBUILD
parent153c98210ee6d289bce3a0557d6ac274583fe780 (diff)
downloadaur-ae37687ecb141c14ce50e36153935f8e8aa438a9.tar.gz
feat: add conflicts and provide
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 27a3bb32813c..0d9186e26264 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,8 @@ pkgdesc="Run multiple commands in parallel"
arch=(x86_64)
url="https://github.com/pvolok/mprocs"
license=(MIT)
+conflicts=('mprocs-bin')
+provides=('mprocs')
source=("https://github.com/pvolok/mprocs/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('61ede3286f717352c3a4cf4ebc6dca4f0a560658258d21a1dfdaec1302343558')
makedepends=(rust)