summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-11-21 19:22:36 +0800
committerzxp198210052023-11-21 19:22:36 +0800
commitce5b6a504f130d994851b55788e836c74846ba96 (patch)
tree001ba22471fdeb6b81a3629d39bb87825f9b1bf0
parent314afb7000bda5e5d5b0b0127ba42393cdc5b066 (diff)
downloadaur-ce5b6a504f130d994851b55788e836c74846ba96.tar.gz
update to 23.09.5
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 417b3d9c2472..99462c9cb918 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = backend-ai-desktop-bin
pkgdesc = Backend.AI Web UI provides a convenient environment for users, while allowing various commands to be executed without CLI. It also provides some visual features that are not provided by the CLI, such as dashboards and statistics.
- pkgver = 23.09.4
+ pkgver = 23.09.5
pkgrel = 1
url = https://www.backend.ai/
arch = aarch64
@@ -8,18 +8,17 @@ pkgbase = backend-ai-desktop-bin
license = LGPL3
makedepends = asar
makedepends = gendesk
- depends = bash
depends = electron26
depends = hicolor-icon-theme
- provides = backend-ai-desktop=23.09.4
+ provides = backend-ai-desktop=23.09.5
conflicts = backend-ai-desktop
conflicts = backend.ai
conflicts = backend.ai-desktop
source = backend-ai-desktop.sh
sha256sums = 27e8e3578355522309a16c4812b43e11f4632196060696b2705a8fca9a65c3f3
- source_aarch64 = backend-ai-desktop-23.09.4-aarch64.zip::https://github.com/lablup/backend.ai-webui/releases/download/v23.09.4/backend.ai-desktop-23.09.4-linux-arm64.zip
- sha256sums_aarch64 = dea0a33006b43f76d0128bb4189e2305acef2eefc641c723bf5f09b160d1bd01
- source_x86_64 = backend-ai-desktop-23.09.4-x86_64.zip::https://github.com/lablup/backend.ai-webui/releases/download/v23.09.4/backend.ai-desktop-23.09.4-linux-x64.zip
- sha256sums_x86_64 = 6c2cd2bad9e2b63835327e8b9215de721906fcf18a35a82b7ca425051d7a22be
+ source_aarch64 = backend-ai-desktop-23.09.5-aarch64.zip::https://github.com/lablup/backend.ai-webui/releases/download/v23.09.5/backend.ai-desktop-23.09.5-linux-arm64.zip
+ sha256sums_aarch64 = 4b129cfbd43987858652eb352c209ca56f6c0bb7c25ff361eb654ab7d1b97fbe
+ source_x86_64 = backend-ai-desktop-23.09.5-x86_64.zip::https://github.com/lablup/backend.ai-webui/releases/download/v23.09.5/backend.ai-desktop-23.09.5-linux-x64.zip
+ sha256sums_x86_64 = 4a5f06a66b5a91a0a3dd84e641c34e6fbce655ff20cc102217ea45a519d13140
pkgname = backend-ai-desktop-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0e47d254a6b7..6433bcb6f5ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=backend.ai-desktop
pkgname="${_pkgname//./-}-bin"
_appname="Backend.AI Desktop"
-pkgver=23.09.4
+pkgver=23.09.5
pkgrel=1
pkgdesc="Backend.AI Web UI provides a convenient environment for users, while allowing various commands to be executed without CLI. It also provides some visual features that are not provided by the CLI, such as dashboards and statistics."
arch=(
@@ -19,7 +19,6 @@ conflicts=(
"${_pkgname}"
)
depends=(
- 'bash'
'electron26'
'hicolor-icon-theme'
)
@@ -31,8 +30,8 @@ source_aarch64=("${pkgname%-bin}-${pkgver}-aarch64.zip::${_githuburl}/releases/d
source_x86_64=("${pkgname%-bin}-${pkgver}-x86_64.zip::${_githuburl}/releases/download/v${pkgver}/${_pkgname}-${pkgver}-linux-x64.zip")
source=("${pkgname%-bin}.sh")
sha256sums=('27e8e3578355522309a16c4812b43e11f4632196060696b2705a8fca9a65c3f3')
-sha256sums_aarch64=('dea0a33006b43f76d0128bb4189e2305acef2eefc641c723bf5f09b160d1bd01')
-sha256sums_x86_64=('6c2cd2bad9e2b63835327e8b9215de721906fcf18a35a82b7ca425051d7a22be')
+sha256sums_aarch64=('4b129cfbd43987858652eb352c209ca56f6c0bb7c25ff361eb654ab7d1b97fbe')
+sha256sums_x86_64=('4a5f06a66b5a91a0a3dd84e641c34e6fbce655ff20cc102217ea45a519d13140')
build() {
gendesk -q -f -n --pkgname="${_pkgname//./-}-bin" --categories "Development" --name "${pkgname%-bin}" --exec "${pkgname%-bin}"
asar e "${srcdir}/${_appname}-linux-"*/resources/app.asar "${srcdir}/app.asar.unpacked"
@@ -45,4 +44,4 @@ package() {
"${pkgdir}/usr/share/icons/hicolor/${_icons}/apps/${pkgname%-bin}.png"
done
install -Dm644 "${srcdir}/${pkgname%-bin}.desktop" -t "${pkgdir}/usr/share/applications"
-}
+} \ No newline at end of file