Package Details: antares-sql-bin 0.7.23-1

Git Clone URL: https://aur.archlinux.org/antares-sql-bin.git (read-only, click to copy)
Package Base: antares-sql-bin
Description: A modern, fast and productivity driven SQL client with a focus in UX.
Upstream URL: https://antares-sql.app/
Keywords: fast modern productivity sql ux
Licenses: MIT
Conflicts: antares-sql
Provides: antares-sql
Submitter: zxp19821005
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 2
Popularity: 0.009037
First Submitted: 2023-05-10 02:12 (UTC)
Last Updated: 2024-04-09 06:01 (UTC)

Latest Comments

zxp19821005 commented on 2024-02-26 01:07 (UTC) (edited on 2024-02-26 01:28 (UTC) by zxp19821005)

@backbord Thanks for your feedback,fixed it.

backbord commented on 2024-02-25 08:44 (UTC)

Install for 0.7.21-2 is broken. Last change did modify the sha256 of the license file although it was not changed in git for 4 years.

==> Validating source files with sha256sums...
    LICENSE-0.7.21 ... FAILED
    antares-sql.sh ... Passed
==> ERROR: One or more files did not pass the validity check!

This patch fixes it:


diff --git a/.SRCINFO b/.SRCINFO
index bcce8d9..55d559b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,7 @@ pkgbase = antares-sql-bin
    conflicts = antares-sql
    source = LICENSE-0.7.21::https://raw.githubusercontent.com/antares-sql/antares/v0.7.21/LICENSE
    source = antares-sql.sh
-   sha256sums = 99b00c37ea6d7b39d445097d8024f9156f9c3cf82e86f44db745a3b2cf5114b6
+   sha256sums = 7b960bb0bed7d2228b6a8a879558c97906cc041ab14ab1d1089959902f386613
    sha256sums = 0fb7b939a071f4a08476bdd5aa143d2aa8cd335c83309f9919be16cd5c3e2014
    source_aarch64 = antares-sql-0.7.21-aarch64.deb::https://github.com/antares-sql/antares/releases/download/v0.7.21/Antares-0.7.21-linux_arm64.deb
    sha256sums_aarch64 = 3d819dec84b94ef2914fd5e56263576055c53bd29a58d499d59cbfbb31a06b5f
diff --git a/PKGBUILD b/PKGBUILD
index 530ea28..41ad618 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,7 +27,7 @@ source=(
     "LICENSE-${pkgver}::https://raw.githubusercontent.com/antares-sql/antares/v${pkgver}/LICENSE"
     "${pkgname%-bin}.sh"
 )
-sha256sums=('99b00c37ea6d7b39d445097d8024f9156f9c3cf82e86f44db745a3b2cf5114b6'
+sha256sums=('7b960bb0bed7d2228b6a8a879558c97906cc041ab14ab1d1089959902f386613'
             '0fb7b939a071f4a08476bdd5aa143d2aa8cd335c83309f9919be16cd5c3e2014')
 sha256sums_aarch64=('3d819dec84b94ef2914fd5e56263576055c53bd29a58d499d59cbfbb31a06b5f')
 sha256sums_armv7h=('5657abae22d4c8aa9a2f8432cec0a17c5bfc69c10528298f1af647a49d8468a4')
@@ -51,4 +51,4 @@ package() {
             "${pkgdir}/usr/share/icons/hicolor/${_icons}/apps/${pkgname%-bin}.png"
     done
     install -Dm644 "${srcdir}/LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
\ No newline at end of file
+}

Also you may consider adding a .gitignore file:


diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..6822ada
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+*
+!PKGBUILD
+!.gitignore
+!.SRCINFO
+antares-sql.sh

zxp19821005 commented on 2023-09-14 01:08 (UTC)

@jchue Thank you, fixed it.

jchue commented on 2023-09-13 22:37 (UTC)

I think you made a typo: makdedepends

zxp19821005 commented on 2023-09-12 10:44 (UTC)

@MartinPL Thank you, fixed it.

MartinPL commented on 2023-09-12 10:26 (UTC)

Also rename is needed /opt/antares-sql/antares-sql.asar -> /opt/antares-sql/app.asar

MartinPL commented on 2023-09-12 10:21 (UTC)

asar should be in deps. Thanks!

Fabio286 commented on 2023-07-16 09:46 (UTC)

Thank you to provide this package!