summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJef Roosens2022-05-22 11:13:49 +0200
committerJef Roosens2022-05-22 11:13:49 +0200
commita628c859cda15a51a273b8e36849876cbeab9cbf (patch)
tree9db2ae1375647b094708b3a713f54812885b9cca
parentab11f5d758af3a9d7e902d45f0a51dd54e8cf95c (diff)
downloadaur-a628c859cda15a51a273b8e36849876cbeab9cbf.tar.gz
Added conflicts with cinny-desktop-bin
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abb7c55db643..15ce774f9aa1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,6 +16,7 @@ pkgbase = cinny-desktop
depends = librsvg
depends = libvips
depends = sqlite
+ conflicts = cinny-desktop-bin
source = cinny-desktop::https://github.com/cinnyapp/cinny-desktop/releases/download/v2.0.3/cinny-desktop-v2.0.3.zip
sha256sums = c74471769c2d89904b89f6418b396b9897878708393cd0a9a9d35e082c0a7e33
diff --git a/PKGBUILD b/PKGBUILD
index 2694ef470abf..2aaa35539c69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,6 +23,7 @@ depends=(
'sqlite'
)
makedepends=('rust' 'nodejs' 'npm')
+conflicts=('cinny-desktop-bin')
source=("${pkgname}::https://github.com/cinnyapp/cinny-desktop/releases/download/v${pkgver}/cinny-desktop-v${pkgver}.zip")
sha256sums=('c74471769c2d89904b89f6418b396b9897878708393cd0a9a9d35e082c0a7e33')