summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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'