summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorasjur2024-03-28 18:03:29 +0100
committerasjur2024-03-28 18:03:29 +0100
commit086219ec302affef249e9609cc4dc64b5b7cd99b (patch)
treef5e72a5e2c0bd2ed95d97744951efedc98909d1e
parentecd82656de8f5f351857262b4ca782c8d07962f5 (diff)
downloadaur-086219ec302affef249e9609cc4dc64b5b7cd99b.tar.gz
Fix conflict, does not conflict with non-beta
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c067126fb626..59c4d5575545 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,8 +10,8 @@ pkgbase = dbgate-beta-bin
makedepends = fuse2
depends = electron25-bin
depends = hicolor-icon-theme
- provides = dbgate=5.2.8
- conflicts = dbgate
+ provides = dbgate-beta=5.2.8
+ conflicts = dbgate-beta
source = LICENSE-5.2.8::https://raw.githubusercontent.com/dbgate/dbgate/v5.2.8-beta.10/LICENSE
source = dbgate-beta.sh
sha256sums = 4ba7d897a31d45781b6bbc0b87e9a241873d61fff657af2f0c54608f652d235b
diff --git a/PKGBUILD b/PKGBUILD
index fb9bc4f5304d..1aa0335361a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,8 @@ arch=(
url="https://dbgate.org/"
_ghurl="https://github.com/dbgate/dbgate"
license=('MIT')
-provides=("${pkgname%-beta-bin}=${pkgver}")
-conflicts=("${pkgname%-beta-bin}")
+provides=("${pkgname%-bin}=${pkgver}")
+conflicts=("${pkgname%-bin}")
depends=(
"electron${_electronversion}-bin"
'hicolor-icon-theme'