Package Details: antares-sql-bin 0.7.35-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.(Prebuilt version.Use system-wide electron)
Upstream URL: https://antares-sql.app/
Keywords: electron productivity sql ux
Licenses: MIT
Conflicts: antares-sql
Provides: antares-sql
Submitter: zxp19821005
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 5
Popularity: 0.108028
First Submitted: 2023-05-10 02:12 (UTC)
Last Updated: 2025-06-20 07:43 (UTC)

Latest Comments

1 2 Next › Last »

smileyzn commented on 2025-04-15 19:06 (UTC)

@zxp19821005 do it

zxp19821005 commented on 2025-04-15 01:41 (UTC)

@smileyzn I think I don't have enough time to maintain the beta package. If you can be the co-maintainer, I think I can create the package and you maintain the beta-version. What about that?

smileyzn commented on 2025-04-14 18:56 (UTC)

@zxp19821005

Did you can do a antares-sql-beta-bin release? I need to test beta to report issues on github page.

I did not know if really is needed, becaulse app image. But will be good if can be implemented it

zxp19821005 commented on 2025-04-10 03:23 (UTC)

@smileyzn Thanks for your feedback, fixed it.

smileyzn commented on 2025-04-10 03:12 (UTC) (edited on 2025-04-10 03:12 (UTC) by smileyzn)

==> Validando source arquivos com sha256sums...     LICENSE-0.7.34 ... Passou     antares-sql.sh ... Passou ==> Validando source_x86_64 arquivos com sha256sums...     antares-sql-0.7.34-x86_64.deb ... FALHOU ==> ERRO: Um ou mais arquivos não passaram na verificação de validade!  -> erro ao construir: antares-sql-bin-exit status 1  -> Falha ao instalar os seguintes pacotes. É necessária a intervenção manual: 

sha256sums Failed

zxp19821005 commented on 2025-03-06 04:49 (UTC)

@smileyzn Yes, you use electron30-bin instead of electron30.

smileyzn commented on 2025-03-05 14:41 (UTC)

Change dependence of electron30 to electron30-bin. So we do not need to build whole electron30

aldis commented on 2024-05-30 02:54 (UTC)

@zxp19821005 switching dependency electron26 to electron26-bin works.

diff --git a/.SRCINFO b/.SRCINFO index 309fc04..062c991 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -7,7 +7,7 @@ pkgbase = antares-sql-bin         arch = armv7h         arch = x86_64         license = MIT -       depends = electron26 +       depends = electron26-bin         provides = antares-sql=0.7.24         conflicts = antares-sql         source = LICENSE-0.7.24::https://raw.githubusercontent.com/antares-sql/antares/v0.7.24/LICENSE diff --git a/PKGBUILD b/PKGBUILD index 14f83b1..7bba407 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -17,7 +17,7 @@ license=("MIT")  provides=("${pkgname%-bin}=${pkgver}")  conflicts=("${pkgname%-bin}")  depends=( -    "electron${_electronversion}" +    "electron${_electronversion}-bin"  )  source_aarch64=("${pkgname%-bin}-${pkgver}-aarch64.deb::${_ghurl}/releases/download/v${pkgver}/${_appname}-${pkgver}-linux_arm64.deb")  source_armv7h=("${pkgname%-bin}-${pkgver}-armv7h.deb::${_ghurl}/releases/download/v${pkgver}/${_appname}-${pkgver}-linux_armv7l.deb") @@ -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 +} 

zxp19821005 commented on 2024-05-28 01:18 (UTC)

@aldis You can see the depends section, no nodejs listed in it. I think maybe it was the other package caused it.

aldis commented on 2024-05-27 20:48 (UTC)

There's a package conflict with nodejs.

:: nodejs-lts-hydrogen-18.20.3-1 and nodejs-22.2.0-1 are in conflict. Remove nodejs? [y/N] error: unresolvable package conflicts detected error: failed to prepare transaction (conflicting dependencies) :: nodejs-lts-hydrogen-18.20.3-1 and nodejs-22.2.0-1 are in conflict