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: 22
Popularity: 1.23
First Submitted: 2020-05-23 11:44 (UTC)
Last Updated: 2024-04-10 20:31 (UTC)

Latest Comments

« First ‹ Previous 1 2

exu commented on 2022-09-12 11:01 (UTC)

I asked the current maintainer whether I could take over maintenance of this package.
Will submit an orphan request if they don't respond within a few weeks.

sajmonella9 commented on 2022-08-31 14:59 (UTC) (edited on 2022-08-31 15:02 (UTC) by sajmonella9)

  1. Download current PKGBUILD & update this lines of code for upgrade app to 3.6.2-1.
  2. Install by command : makepkg -si
pkgver=3.6.2
...
...
sha256sums=('1409fbbc5265c85da91684660c87f85d74c3fdc63a2d355169f40dac5cc7a078')
sha256sums_x86_64=('5bfb1c97956695e0f737f60f43acadee328daec15104e2a96f60d4ba90351395')
sha256sums_aarch64=('7dff676cc741e5b1bbea445521f35e3fc09f1e0c3d7a5fa6ef444f3aaef22b74')

Burny02 commented on 2022-08-23 18:20 (UTC)

Can someone please update this to the latest version?

richin13 commented on 2022-08-12 19:12 (UTC) (edited on 2022-08-12 19:12 (UTC) by richin13)

Patch for 3.6.2

diff --git a/PKGBUILD b/PKGBUILD
index 41fb4de..90c0f73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
 _name='Beekeeper Studio'
 _pkgname='beekeeper-studio'
 pkgname="${_pkgname}-bin"
-pkgver=3.4.1
+pkgver=3.6.2
 pkgrel=1
 pkgdesc='Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more'
 arch=('x86_64' 'aarch64')
@@ -19,8 +19,8 @@ source=("${_pkgname}-${pkgver}-license::${_url_source}/raw/v${pkgver}/LICENSE.md
 source_x86_64=("${_url_source}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_amd64.deb")
 source_aarch64=("${_url_source}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_arm64.deb")
 sha256sums=('1409fbbc5265c85da91684660c87f85d74c3fdc63a2d355169f40dac5cc7a078')
-sha256sums_x86_64=('614e34e1902ece4a7db9ae7c419bb6e7ab2847c5b50fb3c358497e861449509f')
-sha256sums_aarch64=('46f7f26bfece601a046b132e80d161fe3748542387d6ae4edc41c69c4faa2e03')
+sha256sums_x86_64=('5bfb1c97956695e0f737f60f43acadee328daec15104e2a96f60d4ba90351395')
+sha256sums_aarch64=('7dff676cc741e5b1bbea445521f35e3fc09f1e0c3d7a5fa6ef444f3aaef22b74')

 package() {
   tar -xvf 'data.tar.xz' -C "${pkgdir}"

tired_wampir commented on 2022-07-11 10:50 (UTC)

Please update package to v3.5.1, it's released about week ago.

francoism90 commented on 2022-02-20 14:48 (UTC) (edited on 2022-07-05 05:28 (UTC) by francoism90)

A simple bump to 3.5.1 works, could you please update the PKG?

flying-sheep commented on 2022-01-14 12:41 (UTC) (edited on 2022-01-14 13:09 (UTC) by flying-sheep)

Hi, when I try to install it, I get issues having to do with hard links in the archive. Adding this to package() fixes it:

rm -rf "${pkgdir}/opt/Beekeeper Studio/resources/public/icons/png"

Here’s how the problem looks:

:: Proceed with installation? [Y/n] 
(1/1) checking keys in keyring
[…]
(1/1) checking available disk space
warning: could not get file information for usr/share/icons/hicolor/1024x1024/apps/beekeeper-studio.png
[…]
(1/1) reinstalling beekeeper-studio-bin
warning: warning given when extracting /usr/share/icons/hicolor/1024x1024/apps/beekeeper-studio.png (Can't create '/usr/share/icons/hicolor/1024x1024/apps/beekeeper-studio.png')
[…]
:: Running post-transaction hooks...
[…]

daenney commented on 2021-04-14 15:44 (UTC)

I can't launch this build. Startup outputs the following

17:43:41.875                  › initializing background
17:43:41.962                  › UnhandledRejection DriverPackageNotInstalledError: SQLite package has not been found installed. Try to install it: npm install sqlite3 --save
    at process.r (/opt/Beekeeper Studio/resources/app.asar/background.js:2:303435)
    at process.emit (events.js:223:5)
    at processPromiseRejections (internal/process/promises.js:201:33)
    at processTicksAndRejections (internal/process/task_queues.js:95:32)