Package Details: beekeeper-studio-bin 4.2.9-1

Git Clone URL: https://aur.archlinux.org/beekeeper-studio-bin.git (read-only, click to copy)
Package Base: beekeeper-studio-bin
Description: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more
Upstream URL: https://www.beekeeperstudio.io
Keywords: MySQL PostgreSQL sql-client SQL-Server SQLite
Licenses: MIT
Conflicts: beekeeper-studio
Provides: beekeeper-studio
Submitter: luto
Maintainer: bhedrich
Last Packager: bhedrich
Votes: 21
Popularity: 0.84
First Submitted: 2020-05-23 11:44 (UTC)
Last Updated: 2024-04-10 20:31 (UTC)

Latest Comments

1 2 Next › Last »

Red-Ex commented on 2024-04-09 10:23 (UTC)

Hallo bhedrich,

4.2.9 is now available.

Could you update to 4.2.9. Thanks!

canyue commented on 2024-04-06 09:08 (UTC)

Beekeeper v4.2.9 is coming.

sebvdk commented on 2024-04-05 06:22 (UTC)

There are no more Debian binary packages on the Github repository. : https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v4.2.5

indrek commented on 2024-04-03 16:21 (UTC)

The tag is still there, looks like the release got pulled, maybe due to this bug: https://github.com/beekeeper-studio/beekeeper-studio/issues/2061

vendull commented on 2024-04-03 14:13 (UTC)

Unable to install 4.2.5.

==> Retrieving sources...
  -> Found beekeeper-studio-4.2.5-license
  -> Downloading beekeeper-studio_4.2.5_amd64.deb...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     9    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (56) The requested URL returned error: 404
==> ERROR: Failure while downloading https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v4.2.5/beekeeper-studio_4.2.5_amd64.deb
    Aborting...

Checking on github, there does not seem to be a v4.2.5 release on github. Did they remove it?

bhedrich commented on 2023-02-13 14:18 (UTC) (edited on 2023-02-13 14:19 (UTC) by bhedrich)

Please apply this patch here:

diff --git a/PKGBUILD b/PKGBUILD
index 6f5d2a5..bce8dfc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 # Contributor: Tássio Virgínio <tassiovirginio@gmail.com>

 pkgname='beekeeper-studio-bin'
-pkgver=3.7.10
+pkgver=3.8.9
 pkgrel=1
 pkgdesc='Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more'
 arch=('x86_64' 'aarch64')
@@ -13,12 +13,14 @@ license=('MIT')
 depends=('libappindicator-gtk3' 'libnotify' 'libsecret' 'libxss' 'libxslt' 'nodejs' 'nss' 'xdg-utils')
 provides=(beekeeper-studio)
 conflicts=(beekeeper-studio)
-source=(beekeeper-studio-3.7.10-license::https://github.com/beekeeper-studio/beekeeper-studio/raw/v3.7.10/LICENSE.md)
-source_x86_64=(https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v3.7.10/beekeeper-studio_3.7.10_amd64.deb)
-source_aarch64=(https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v3.7.10/beekeeper-studio_3.7.10_arm64.deb)
+source=("beekeeper-studio-${pkgver}-license::https://github.com/beekeeper-studio/beekeeper-studio/raw/v${pkgver}/LICENSE.md")
+source_x86_64=("https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v${pkgver}/beekeeper-studio_${pkgver}_amd64.deb")
+source_aarch64=("https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v${pkgver}/beekeeper-studio_${pkgver}_arm64.deb")
+
 sha256sums=('1409fbbc5265c85da91684660c87f85d74c3fdc63a2d355169f40dac5cc7a078')
-sha256sums_x86_64=('99151d1330e3d1432479ae9d0c72b052c9fe4194e6c9ccc85585eb897ac991fe')
-sha256sums_aarch64=('5f1bb88074b17cf13c955567953a1bbfcc0498fb4209958c1422fc0882e5037c')
+sha256sums_x86_64=('76c4f5a7e457a8700b32ed0eb17733d6740ddb77a47f57cb0aa35a9619ef94f7')
+sha256sums_aarch64=('63e721115a5b32ea45d51940082dbe5cedde6bb82baca0cba42621016548ebd7')
+

 package() {
   tar -xvf 'data.tar.xz' -C "${pkgdir}"
@@ -27,6 +29,5 @@ package() {
   ln -sfv "/opt/Beekeeper Studio/beekeeper-studio" -t "${pkgdir}/usr/bin"
   install -Dvm644 "${pkgdir}/opt/Beekeeper Studio/"{'LICENSE.electron.txt','LICENSES.chromium.html'} \
     -t "${pkgdir}/usr/share/licenses/beekeeper-studio"
-  install -Dvm644 "beekeeper-studio-3.7.10-license" "${pkgdir}/usr/share/licenses/beekeeper-studio/LICENSE"
+  install -Dvm644 "beekeeper-studio-${pkgver}-license" "${pkgdir}/usr/share/licenses/beekeeper-studio/LICENSE"
 }

Complete PKGBUILD:

# Maintainer: Sitansh Rajput <me [at] lostpolaris [dot] com>
# Maintainer: Caltlgin Stsodaat <contact@fossdaily.xyz>
# Contributor: Michael Lutonsky <m@luto.at>
# Contributor: Tássio Virgínio <tassiovirginio@gmail.com>

pkgname='beekeeper-studio-bin'
pkgver=3.8.9
pkgrel=1
pkgdesc='Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more'
arch=('x86_64' 'aarch64')
url='https://www.beekeeperstudio.io'
license=('MIT')
depends=('libappindicator-gtk3' 'libnotify' 'libsecret' 'libxss' 'libxslt' 'nodejs' 'nss' 'xdg-utils')
provides=(beekeeper-studio)
conflicts=(beekeeper-studio)
source=("beekeeper-studio-${pkgver}-license::https://github.com/beekeeper-studio/beekeeper-studio/raw/v${pkgver}/LICENSE.md")
source_x86_64=("https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v${pkgver}/beekeeper-studio_${pkgver}_amd64.deb")
source_aarch64=("https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v${pkgver}/beekeeper-studio_${pkgver}_arm64.deb")

sha256sums=('1409fbbc5265c85da91684660c87f85d74c3fdc63a2d355169f40dac5cc7a078')
sha256sums_x86_64=('76c4f5a7e457a8700b32ed0eb17733d6740ddb77a47f57cb0aa35a9619ef94f7')
sha256sums_aarch64=('63e721115a5b32ea45d51940082dbe5cedde6bb82baca0cba42621016548ebd7')


package() {
  tar -xvf 'data.tar.xz' -C "${pkgdir}"
  rm -rf "${pkgdir}/usr/share/doc"
  install -dv "${pkgdir}/usr/bin"
  ln -sfv "/opt/Beekeeper Studio/beekeeper-studio" -t "${pkgdir}/usr/bin"
  install -Dvm644 "${pkgdir}/opt/Beekeeper Studio/"{'LICENSE.electron.txt','LICENSES.chromium.html'} \
    -t "${pkgdir}/usr/share/licenses/beekeeper-studio"
  install -Dvm644 "beekeeper-studio-${pkgver}-license" "${pkgdir}/usr/share/licenses/beekeeper-studio/LICENSE"
}

lostpolaris commented on 2022-10-21 00:54 (UTC)

Hey ya'll I submitted and had approved an orphan request for this package. I'm maintaining it now so lmk if I borked anything w/ this update.

exu commented on 2022-10-01 09:08 (UTC)

@wooque I haven't heard got a response from the maintainer, and I've submitted an orphan request last week.
By default, orphan requests are granted two weeks after submission, it should be granted on the 6th.
I'll take over the package if nobody else snaps it up before me.

wooque commented on 2022-09-30 23:57 (UTC)

@RealStickman what's going on, did maintainer respond? or you gonna take over this package?