summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-11-25 01:32:54 +0300
committerorhun2020-11-25 01:32:54 +0300
commita4cf31cfd09ccee0419a323da1a721f4494bd138 (patch)
tree3cc47e1d0049067c0f29b08794e869266de1a19d
parent0fe178f8dae66373a40bc47038d3c29d92bfb438 (diff)
downloadaur-a4cf31cfd09ccee0419a323da1a721f4494bd138.tar.gz
upgpkg: fhc-git 0.4.0.r2.g22815c5-1
Conflict with the base package only
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ac4225238da..ce0526943fb3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,6 @@ pkgbase = fhc-git
makedepends = git
provides = fhc
conflicts = fhc
- conflicts = fhc-bin
source = git+https://github.com/Edu4rdSHL/fhc
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 68fd9490510a..b7ede3b6c32e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('x86_64')
url="https://github.com/Edu4rdSHL/fhc"
license=('GPL3')
makedepends=('rust' 'git')
-conflicts=("${pkgname%-git}" "${pkgname%-git}-bin")
+conflicts=("${pkgname%-git}")
provides=("${pkgname%-git}")
source=("git+${url}")
sha512sums=('SKIP')