diff options
author | zxp19821005 | 2023-09-08 11:41:54 +0800 |
---|---|---|
committer | zxp19821005 | 2023-09-08 11:41:54 +0800 |
commit | 224b8fb0046865e320e90f2eb29aa8dd6dfac7ac (patch) | |
tree | 62383c63afc5ef176abc4ba0742624028f36a950 /PKGBUILD | |
parent | b8f66ce5aaa3d43d58e340767ef31fed54a697e6 (diff) | |
download | aur-224b8fb0046865e320e90f2eb29aa8dd6dfac7ac.tar.gz |
fix errors
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |