summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzxp198210052024-02-28 18:12:15 +0800
committerzxp198210052024-02-28 18:12:15 +0800
commite4e78207ac21b426a0cdc5435be9eb39870727bc (patch)
tree2f9a448357a463acb6058c859d22242b018d37a7 /PKGBUILD
parent34aa581a5bb5c55c0f3f6440f4e51cf903d3e928 (diff)
downloadaur-e4e78207ac21b426a0cdc5435be9eb39870727bc.tar.gz
fix errors
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 90978c75c8a9..cb558e13eff7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('x86_64')
url="https://grinplusplus.github.io"
_ghurl="https://github.com/GrinPlusPlus/GrinPlusPlus"
license=('MIT')
-provides=("${pkgname%-bin}-${pkgver}")
+provides=("${pkgname%-bin}=${pkgver}")
conflicts=("${pkgname%-bin}")
depends=(
"electron${_electronversion}"