summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlat2024-01-07 15:15:59 -0500
committerFlat2024-01-07 15:15:59 -0500
commita8d3a64476380941d459780fa5ba17929bc1641f (patch)
treeea8217cc3dafbc38590da0c07b5430183bd65023 /PKGBUILD
parentafaf6f1381c0c10c3f394b68840f3c2b3343d21a (diff)
downloadaur-a8d3a64476380941d459780fa5ba17929bc1641f.tar.gz
Remove provides for parallel
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f4acb470269a..a92fd3f7c9bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,13 @@
# Maintainer: Flat <Flat@imo.uto.moe>
pkgname=parallel-rust
pkgver=0.11.3
-pkgrel=2
+pkgrel=3
pkgdesc="Inspired by GNU Parallel, a command-line CPU load balancer written in Rust."
arch=('i686' 'x86_64')
url="https://github.com/mmstick/parallel"
license=('MIT')
makedepends=('rustup' 'musl')
optdepends=('dash: increased performance over sh')
-provides=('parallel')
conflicts=('parallel')
source=("https://github.com/mmstick/parallel/archive/$pkgver.tar.gz")
md5sums=('03645f9059b24493716f7e9ff64241e9')