summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWenxuan Zhang2020-10-20 19:16:00 +0800
committerWenxuan Zhang2020-10-20 19:16:00 +0800
commit0ebd446574d6aea41e3f891a8030f85d835d2973 (patch)
treeb8cf0156feb123419471f8c17240415a7ab3c628
parent4c36696f53a972d2f08e6ad9889847c3910e1e3a (diff)
downloadaur-0ebd446574d6aea41e3f891a8030f85d835d2973.tar.gz
update conflicts
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b39fe0df63c..f5287de867ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = csview-git
makedepends = rust
makedepends = cargo
conflicts = csview
+ conflicts = csview-bin
source = csview::git+https://github.com/wfxr/csview.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c997d18bd6a9..0303c0335303 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,10 +9,10 @@ url="https://github.com/wfxr/csview"
license=("MIT" "APACHE")
depends=()
makedepends=("rust" "cargo")
-conflicts=("csview")
-sha256sums=("SKIP")
+conflicts=("csview" "csview-bin")
source=("${_pkgname}::git+https://github.com/wfxr/csview.git")
+sha256sums=("SKIP")
pkgver() {
cd "${_pkgname}"