summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdenQwQ2022-02-02 11:51:44 +0800
committerEdenQwQ2022-02-02 11:51:44 +0800
commit66fd03475cc3b800877929b0ff6a5c5a2418b279 (patch)
tree157cdc1419ebf9fcb1bb1548af908484c95292bc
parenta24786bd47c887ea3f81f4629940fbef8b162ad7 (diff)
downloadaur-66fd03475cc3b800877929b0ff6a5c5a2418b279.tar.gz
add conflict
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c44a9023c3e7..a5c86fdf8feb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = clipcc-beta-bin
- pkgdesc = ClipCC is a powerful scratch fork with plenty of extra features. This is ClipCC's beta release. Please note that beta release is unstable and some new features may not work as expected.
+ pkgdesc = This is ClipCC's beta release. Please note that beta release is unstable and some new features may not work as expected.
pkgver = 3.1.0_beta4
pkgrel = 1
url = https://github.com/Clipteam
@@ -19,6 +19,7 @@ pkgbase = clipcc-beta-bin
depends = re2
depends = snappy
optdepends = xdg-utils: open URLs with desktop's default (xdg-email, xdg-open)
+ conflicts = clipcc-bin
noextract = clipcc-3.1.0-beta4-win-x64.exe
source = https://github.com/Clipteam/clipcc-desktop/releases/download/3.1.0-beta4/clipcc-3.1.0-beta4-win-x64.exe
source = LICENSE
diff --git a/PKGBUILD b/PKGBUILD
index 5b9be4e518cd..5e1de3adf352 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,8 @@ pkgname=clipcc-beta-bin
_pkgname=clipcc
pkgver=3.1.0_beta4
pkgrel=1
-pkgdesc="ClipCC is a powerful scratch fork with plenty of extra features. This is ClipCC's beta release. Please note that beta release is unstable and some new features may not work as expected."
+pkgdesc="This is ClipCC's beta release. Please note that beta release is unstable and some new features may not work as expected."
+conflicts=("clipcc-bin")
arch=("x86_64")
url="https://github.com/Clipteam"
license=("AGPL3")