summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorj.r2023-03-01 13:08:50 +0100
committerj.r2023-03-01 13:08:50 +0100
commitee2aa7f2902ad250508830ef48e6b065820731a9 (patch)
treeee6b4fac04ec6997001cc867d8ff63f9ac56b3b6
parentd87a011774497e3e4098fad1fdfa602b658ca4bb (diff)
downloadaur-ee2aa7f2902ad250508830ef48e6b065820731a9.tar.gz
Replace/conflict correct package
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24925643be98..578f32e224fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,8 +11,8 @@ pkgbase = sonixd
makedepends = git
makedepends = node-gyp
depends = electron22
- conflicts = sonixd-appimage
- replaces = sonixd-appimage
+ conflicts = sonixd-bin
+ replaces = sonixd-bin
source = sonixd-0.15.4.tar.gz::https://github.com/jeffvli/sonixd/archive/refs/tags/v0.15.4.tar.gz
source = sonixd
source = sonixd.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 7c4e872dd3a0..9d236ad07aed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ url="https://github.com/jeffvli/sonixd"
license=('GPL3')
depends=('electron22')
makedepends=('yarn' 'asar' 'python3' 'git' 'node-gyp')
-conflicts=("$pkgname-appimage")
-replaces=("$pkgname-appimage")
+conflicts=("$pkgname-bin")
+replaces=("$pkgname-bin")
source=("$pkgname-$pkgver.tar.gz::https://github.com/jeffvli/sonixd/archive/refs/tags/v$pkgver.tar.gz"
"$pkgname"
"$pkgname.desktop")