Update to v1.8.10

This commit is contained in:
caltlgin 2020-11-21 06:16:39 +13:00
parent 591fb9bc11
commit d648471242
No known key found for this signature in database
GPG Key ID: D680A35344A939AC
3 changed files with 19 additions and 20 deletions

View File

@ -1,10 +1,9 @@
pkgbase = beekeeper-studio-bin
pkgdesc = Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more
pkgver = 1.8.7
pkgver = 1.8.10
pkgrel = 1
url = https://www.beekeeperstudio.io
arch = x86_64
arch = armv7h
arch = aarch64
license = MIT
depends = libappindicator-gtk3
@ -17,14 +16,12 @@ pkgbase = beekeeper-studio-bin
depends = xdg-utils
provides = beekeeper-studio
conflicts = beekeeper-studio
source = license-5c3257cf1989ca38b651a9dad77d81ace18961de::https://github.com/beekeeper-studio/beekeeper-studio/raw/5c3257cf1989ca38b651a9dad77d81ace18961de/LICENSE.md
source = beekeeper-studio-license-5c3257cf1989ca38b651a9dad77d81ace18961de::https://github.com/beekeeper-studio/beekeeper-studio/raw/5c3257cf1989ca38b651a9dad77d81ace18961de/LICENSE.md
sha256sums = 787ebc78ce29cd0cea3e52651936df7fef96b117782882fce389c3b7ce5683f5
source_x86_64 = https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.8.7/beekeeper-studio_1.8.7_amd64.deb
sha256sums_x86_64 = a6e58a221e23a75d9e29c6a80853f4cb5cf8844afeebca83d9ffb30382bb7a75
source_armv7h = https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.8.7/beekeeper-studio_1.8.7_armv7l.deb
sha256sums_armv7h = 4cd9fbb25de0055a3176c9d4eb16c6c045f6b5bc500d1a594217dfaeaac3251e
source_aarch64 = https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.8.7/beekeeper-studio_1.8.7_arm64.deb
sha256sums_aarch64 = 45968f5e348cdbdf21306687d634e311192da86a64da64266dc8f598ee545c94
source_x86_64 = https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.8.10/beekeeper-studio_1.8.10_amd64.deb
sha256sums_x86_64 = b798da8f8cb2affbae26a339aea3c07c2403fc8334d894a3d611fe0d9916749e
source_aarch64 = https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.8.10/beekeeper-studio_1.8.10_arm64.deb
sha256sums_aarch64 = 4e3b11df03ca23c30e8c83399faa553d615853dc0c3203a9839d329afe77093d
pkgname = beekeeper-studio-bin

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
*
!.gitignore
!.SRCINFO
!PKGBUILD

View File

@ -1,16 +1,16 @@
# Maintainer: Caltlgin Stsodaat <contact@fossdaily.xyz>
# Contributor: Michael Lutonsky <m@luto.at>
_name_upper='Beekeeper Studio'
_name='Beekeeper Studio'
_pkgname='beekeeper-studio'
pkgname="${_pkgname}-bin"
pkgver=1.8.7
pkgver=1.8.10
pkgrel=1
_commit_license='5c3257cf1989ca38b651a9dad77d81ace18961de'
pkgdesc='Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more'
arch=('x86_64' 'armv7h' 'aarch64')
arch=('x86_64' 'aarch64')
url='https://www.beekeeperstudio.io'
_url_source='https://github.com/beekeeper-studio/beekeeper-studio'
license=('MIT')
@ -18,24 +18,22 @@ depends=('libappindicator-gtk3' 'libnotify' 'libsecret' 'libxss' 'libxslt' 'node
provides=("${_pkgname}")
conflicts=("${_pkgname}")
source=("license-${_commit_license}::${_url_source}/raw/${_commit_license}/LICENSE.md")
source=("${_pkgname}-license-${_commit_license}::${_url_source}/raw/${_commit_license}/LICENSE.md")
source_x86_64=("${_url_source}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_amd64.deb")
source_armv7h=("${_url_source}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_armv7l.deb")
source_aarch64=("${_url_source}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_arm64.deb")
sha256sums=('787ebc78ce29cd0cea3e52651936df7fef96b117782882fce389c3b7ce5683f5')
sha256sums_x86_64=('a6e58a221e23a75d9e29c6a80853f4cb5cf8844afeebca83d9ffb30382bb7a75')
sha256sums_armv7h=('4cd9fbb25de0055a3176c9d4eb16c6c045f6b5bc500d1a594217dfaeaac3251e')
sha256sums_aarch64=('45968f5e348cdbdf21306687d634e311192da86a64da64266dc8f598ee545c94')
sha256sums_x86_64=('b798da8f8cb2affbae26a339aea3c07c2403fc8334d894a3d611fe0d9916749e')
sha256sums_aarch64=('4e3b11df03ca23c30e8c83399faa553d615853dc0c3203a9839d329afe77093d')
package() {
tar -xvf 'data.tar.xz' -C "${pkgdir}"
rm -rf "${pkgdir}/usr/share/doc"
install -dv "${pkgdir}/usr/bin"
ln -sfv "/opt/${_name_upper}/${_pkgname}" -t "${pkgdir}/usr/bin"
install -Dvm644 "${pkgdir}/opt/${_name_upper}/"{'LICENSE.electron.txt','LICENSES.chromium.html'} \
ln -sfv "/opt/${_name}/${_pkgname}" -t "${pkgdir}/usr/bin"
install -Dvm644 "${pkgdir}/opt/${_name}/"{'LICENSE.electron.txt','LICENSES.chromium.html'} \
-t "${pkgdir}/usr/share/licenses/${_pkgname}"
install -Dvm644 "license-${_commit_license}" "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
install -Dvm644 "${_pkgname}-license-${_commit_license}" "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
}
# vim: ts=2 sw=2 et: