summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-08-10 16:22:50 +0800
committerzxp198210052023-08-10 16:22:50 +0800
commite31c2d8363dc77ed50023eddfef4f0e71ff0a9f5 (patch)
treed48d8ca3844dd29a8d4fadb283b4e87c80d5b1b0
parenta084655b67ea34e2b4e996041fccaa2d2871140d (diff)
downloadaur-e31c2d8363dc77ed50023eddfef4f0e71ff0a9f5.tar.gz
fix errors
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38619b0f56e2..301fa01125ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 0dfc3cb1ca22..102f5cab9230 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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")