Package Details: beekeeper-studio-bin 4.1.13-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: 20
Popularity: 0.025599
First Submitted: 2020-05-23 11:44 (UTC)
Last Updated: 2024-01-17 09:53 (UTC)

Latest Comments

1 2 Next › Last »

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?

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?