Package Details: beekeeper-studio-bin 4.6.8-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://github.com/beekeeper-studio/beekeeper-studio
Keywords: MySQL PostgreSQL sql-client SQL-Server SQLite
Licenses: MIT
Conflicts: beekeeper-studio
Provides: beekeeper-studio
Submitter: luto
Maintainer: xiota
Last Packager: xiota
Votes: 21
Popularity: 0.021852
First Submitted: 2020-05-23 11:44 (UTC)
Last Updated: 2024-09-28 09:25 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

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?

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...
[…]