summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcyqsimon2023-10-19 11:37:27 +0800
committercyqsimon2023-10-19 11:38:37 +0800
commit40aced3ef969b966254277aec1df2c8b0441b0f9 (patch)
tree7093812a3b59403797600e43463e81f2dc521724
parent33198a4762bb2b7bb9802d5b25f8502da11043bc (diff)
downloadaur-40aced3ef969b966254277aec1df2c8b0441b0f9.tar.gz
Rm `conflicts` array as per Wiki recommendations
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0522f4ccfd7b..87c418f14df1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cargo-whatfeatures
pkgdesc = A cargo plugin to display features, versions and dependencies of crates.
pkgver = 0.9.9
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/museun/cargo-whatfeatures
arch = x86_64
arch = i686
@@ -11,8 +11,6 @@ pkgbase = cargo-whatfeatures
license = Apache
license = MIT
depends = cargo
- conflicts = cargo-whatfeatures-git
- conflicts = cargo-whatfeatures-bin
source = cargo-whatfeatures-0.9.9.tar.gz::https://static.crates.io/crates/cargo-whatfeatures/cargo-whatfeatures-0.9.9.crate
sha512sums = 353e1f98caa84df2e1ff22f1e469c925fca9e4eb06b44034a9ea187ddebe7f5daf06ae018a68d09fc22252d88ccc46ac68496044ff79349dbea87754e5c19fe3
diff --git a/PKGBUILD b/PKGBUILD
index bc8b72a69794..cb8495823188 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,11 @@
pkgname=cargo-whatfeatures
pkgver=0.9.9
-pkgrel=1
+pkgrel=2
pkgdesc="A cargo plugin to display features, versions and dependencies of crates."
arch=("x86_64" "i686" "armv6h" "armv7h" "aarch64")
url="https://github.com/museun/cargo-whatfeatures"
license=("Apache" "MIT")
-conflicts=("${pkgname}-git" "${pkgname}-bin")
depends=("cargo")
source=("${pkgname}-${pkgver}.tar.gz::https://static.crates.io/crates/${pkgname}/${pkgname}-${pkgver}.crate")
sha512sums=('353e1f98caa84df2e1ff22f1e469c925fca9e4eb06b44034a9ea187ddebe7f5daf06ae018a68d09fc22252d88ccc46ac68496044ff79349dbea87754e5c19fe3')