summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzxp198210052023-09-08 11:41:54 +0800
committerzxp198210052023-09-08 11:41:54 +0800
commit224b8fb0046865e320e90f2eb29aa8dd6dfac7ac (patch)
tree62383c63afc5ef176abc4ba0742624028f36a950 /PKGBUILD
parentb8f66ce5aaa3d43d58e340767ef31fed54a697e6 (diff)
downloadaur-224b8fb0046865e320e90f2eb29aa8dd6dfac7ac.tar.gz
fix errors
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9498cd4fb225..b18e1ea06966 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgdesc="Playing with Quasar CLI by making a simple to-do list"
arch=('x86_64')
url="https://github.com/spenserblack/quasar-todo"
license=('MIT')
-provides=("${pkgname%-bin}")
-conflits=("${pkgname%-bin}")
+provides=("${pkgname%-bin}=${pkgver}")
+conflicts=("${pkgname%-bin}")
depends=('bash' 'electron22')
source=("${pkgname%-bin}-${pkgver}.AppImage::${url}/releases/download/v${pkgver}/${_pkgname}-${pkgver}.AppImage"
"LICENSE::https://raw.githubusercontent.com/spenserblack/quasar-todo/v${pkgver}/LICENSE"