diff options
author | zxp19821005 | 2023-08-10 16:22:50 +0800 |
---|---|---|
committer | zxp19821005 | 2023-08-10 16:22:50 +0800 |
commit | e31c2d8363dc77ed50023eddfef4f0e71ff0a9f5 (patch) | |
tree | d48d8ca3844dd29a8d4fadb283b4e87c80d5b1b0 | |
parent | a084655b67ea34e2b4e996041fccaa2d2871140d (diff) | |
download | aur-e31c2d8363dc77ed50023eddfef4f0e71ff0a9f5.tar.gz |
fix errors
-rw-r--r-- | .SRCINFO | 5 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 5 deletions
@@ -1,13 +1,14 @@ pkgbase = bdash-bin pkgdesc = Simple SQL Client for lightweight data analysis. pkgver = 1.16.2 - pkgrel = 2 + pkgrel = 3 url = https://github.com/bdash-app/bdash arch = x86_64 license = MIT + depends = bash depends = electron12 depends = hicolor-icon-theme - provides = bdash + provides = bdash=1.16.2 conflicts = bdash source = bdash-1.16.2.AppImage::https://github.com/bdash-app/bdash/releases/download/v1.16.2/Bdash-1.16.2.AppImage source = LICENSE::https://raw.githubusercontent.com/bdash-app/bdash/master/LICENSE @@ -1,14 +1,14 @@ # Maintainer: zxp19821005 <zxp19821005 at 163 dot com> pkgname=bdash-bin pkgver=1.16.2 -pkgrel=2 +pkgrel=3 pkgdesc="Simple SQL Client for lightweight data analysis." arch=('x86_64') url="https://github.com/bdash-app/bdash" license=('MIT') conflicts=("${pkgname%-bin}") -provides=("${pkgname%-bin}") -depends=('electron12' 'hicolor-icon-theme') +provides=("${pkgname%-bin}=${pkgver}") +depends=('bash' 'electron12' 'hicolor-icon-theme') source=("${pkgname%-bin}-${pkgver}.AppImage::${url}/releases/download/v${pkgver}/Bdash-${pkgver}.AppImage" "LICENSE::https://raw.githubusercontent.com/bdash-app/bdash/master/LICENSE" "${pkgname%-bin}.sh") |