summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-11-25 01:52:38 +0300
committerorhun2020-11-25 01:52:38 +0300
commit5cf634db61c2696cabb76fc3277bd6955eddbbe0 (patch)
tree83410757a38d4a9bee96f5368eea65c60057741c
parentb7e91f248e6d6adfc3533c8e7d58ddeaf67fe5fc (diff)
downloadaur-5cf634db61c2696cabb76fc3277bd6955eddbbe0.tar.gz
upgpkg: typeracer-git 2.0.4.r0.gdbc14fc-1
upstream release 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 149725db55ad..e323f3c29834 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,6 @@ pkgbase = typeracer-git
depends = zlib
provides = typeracer
conflicts = typeracer
- conflicts = typeracer-bin
source = git+https://gitlab.com/ttyperacer/terminal-typeracer
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 075396759f1e..ed6d87b2288b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url="https://gitlab.com/ttyperacer/terminal-typeracer"
license=('GPL3')
depends=('openssl' 'zlib')
makedepends=('rust' 'git')
-conflicts=("${pkgname%-git}" "${pkgname%-git}-bin")
+conflicts=("${pkgname%-git}")
provides=("${pkgname%-git}")
source=("git+${url}")
sha512sums=('SKIP')