Package Details: zui-bin 1.7.0-1

Git Clone URL: https://aur.archlinux.org/zui-bin.git (read-only, click to copy)
Package Base: zui-bin
Description: A powerful desktop application for exploring and working with data. The official front-end to the Zed lake.
Upstream URL: https://www.brimdata.io/
Keywords: csv data data-analytics data-viz data-wrangling electron-app json-inspector keyword-search super-structured-data table-view type-system zed zng zq zui
Licenses: BSD-3-Clause
Conflicts: zui
Provides: zui
Submitter: zxp19821005
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 1
Popularity: 0.004180
First Submitted: 2023-03-13 03:18 (UTC)
Last Updated: 2024-04-06 03:09 (UTC)

Latest Comments

zxp19821005 commented on 2023-07-19 01:12 (UTC)

@tasman Sorry,I forgot to rewrite it,fixed now.

tasman commented on 2023-07-18 16:44 (UTC)

Sorry but it's still broken. Your PKGBUILD should look like this

# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname="zui-bin"
pkgver=1.1.0
pkgrel=2
pkgdesc="A powerful desktop application for exploring and working with data. The official front-end to the Zed lake."
arch=('x86_64')
url="https://www.brimdata.io/"
_githuburl="https://github.com/brimdata/zui"
license=("BSD")
provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}")
depends=('electron')
source=("${pkgname%-bin}-${pkgver}.deb::${_githuburl}/releases/download/v${pkgver}/${pkgname%-bin}_${pkgver}_amd64.deb"
    "LICENSE.txt::https://raw.githubusercontent.com/brimdata/zui/main/LICENSE.txt")
sha256sums=('58b465721cda4530e9f2a3953d2fa29b3be3e73a6e3c2faf4d09e31c7991158b'
            'e3d24db419fcb44a1dab91f351b8203e74e8501ea11c4be82ad3cc05070cad9f')
package() {
    bsdtar -xvf data.tar.xz -C "${pkgdir}"
    install -Dm644 "${srcdir}/LICENSE.txt" -t "${pkgdir}/usr/share/licenses/${pkgname}"
}

zxp19821005 commented on 2023-07-06 07:40 (UTC)

@silvio Thank you,fixed it.

silvio commented on 2023-07-06 05:58 (UTC) (edited on 2023-07-06 05:59 (UTC) by silvio)

Also the installation routine is failing...

diff --git a/PKGBUILD b/PKGBUILD
index bd35085..1aa807c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,8 +14,9 @@ depends=('libxcomposite' 'pango' 'libxkbcommon' 'nss' 'nspr' 'sqlite' 'alsa-lib'
 source=("${pkgname%-bin}-${pkgver}.deb::${_githuburl}/releases/download/v${pkgver}/${pkgname%-bin}_${pkgver}_amd64.deb"
     "LICENSE.txt::https://raw.githubusercontent.com/brimdata/zui/main/LICENSE.txt")
 sha256sums=('58b465721cda4530e9f2a3953d2fa29b3be3e73a6e3c2faf4d09e31c7991158b'
-            '33ce5f6786afd6ab52da7ba3ebe425d67bd3dc892a527ae6ce8e5705479f7dd7')
+            'e3d24db419fcb44a1dab91f351b8203e74e8501ea11c4be82ad3cc05070cad9f')
 package() {
     bsdtar -xvf data.tar.xz -C "${pkgdir}"
-    install -Dm644 "${srcdir}/LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}"
+    install -Dm644 "${srcdir}/LICENSE.txt" -t "${pkgdir}/usr/share/licenses/${pkgname}"
}

silvio commented on 2023-07-06 05:54 (UTC)

The LICENSE.txt has a different checksum: e3d24db419fcb44a1dab91f351b8203e74e8501ea11c4be82ad3cc05070cad9f