summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-11-25 01:50:00 +0300
committerorhun2020-11-25 01:50:00 +0300
commit178957659236a71bab31f46a8201ed8ccd0b3188 (patch)
tree241251a05de89588bb620451b778ccbcf8b1f61e
parentdafeef1ccd63d2b4c16e682bac321cca166c84e8 (diff)
downloadaur-178957659236a71bab31f46a8201ed8ccd0b3188.tar.gz
upgpkg: termchat-bin 1.0.0-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 00b85a99dfed..4d845ec766e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,6 @@ pkgbase = termchat-bin
license = Apache
provides = termchat
conflicts = termchat
- conflicts = termchat-git
source_x86_64 = https://github.com/lemunozm/termchat/releases/download/v1.0.0/termchat-v1.0.0-x86_64-unknown-linux-musl.tar.gz
sha512sums_x86_64 = 6dff703579fdd480fa41088be9699251f13360306ea4827213517312f927e4ef1304d789e762b7c792603c75c2525532776c8131c2c5e9544167af5eef7002c2
diff --git a/PKGBUILD b/PKGBUILD
index a5764664772f..78610c72aea3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Terminal chat through the LAN"
arch=('x86_64')
url="https://github.com/lemunozm/termchat"
license=('Apache')
-conflicts=("${pkgname%-bin}" "${pkgname%-bin}-git")
+conflicts=("${pkgname%-bin}")
provides=("${pkgname%-bin}")
source_x86_64=("$url/releases/download/v$pkgver/${pkgname%-bin}-v${pkgver}-x86_64-unknown-linux-musl.tar.gz")
sha512sums_x86_64=('6dff703579fdd480fa41088be9699251f13360306ea4827213517312f927e4ef1304d789e762b7c792603c75c2525532776c8131c2c5e9544167af5eef7002c2')