mirror of
https://github.com/luzifer-aur/beekeeper-studio-bin.git
synced 2024-12-20 06:41:18 +00:00
Remove aarch64 building
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
bf37f7c0b1
commit
daa0a844df
3 changed files with 6 additions and 37 deletions
26
.SRCINFO
26
.SRCINFO
|
@ -1,26 +0,0 @@
|
|||
pkgbase = beekeeper-studio-bin
|
||||
pkgdesc = Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more
|
||||
pkgver = 4.6.0
|
||||
pkgrel = 1
|
||||
url = https://www.beekeeperstudio.io
|
||||
arch = x86_64
|
||||
arch = aarch64
|
||||
license = MIT
|
||||
depends = libappindicator-gtk3
|
||||
depends = libnotify
|
||||
depends = libsecret
|
||||
depends = libxss
|
||||
depends = libxslt
|
||||
depends = nodejs
|
||||
depends = nss
|
||||
depends = xdg-utils
|
||||
provides = beekeeper-studio
|
||||
conflicts = beekeeper-studio
|
||||
source = beekeeper-studio-4.6.0-license::https://github.com/beekeeper-studio/beekeeper-studio/raw/v4.6.0/LICENSE.md
|
||||
sha256sums = 1409fbbc5265c85da91684660c87f85d74c3fdc63a2d355169f40dac5cc7a078
|
||||
source_x86_64 = https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v4.6.0/beekeeper-studio_4.6.0_amd64.deb
|
||||
sha256sums_x86_64 = 175a604fb204f5d459228b445fea4b5301a94ef95d71b54897309780f62b169b
|
||||
source_aarch64 = https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v4.6.0/beekeeper-studio_4.6.0_arm64.deb
|
||||
sha256sums_aarch64 = 188f745e66caab369a6924b379022d73dac45b87bfdc2b3cfe7433036597d674
|
||||
|
||||
pkgname = beekeeper-studio-bin
|
12
PKGBUILD
12
PKGBUILD
|
@ -8,18 +8,16 @@ pkgname='beekeeper-studio-bin'
|
|||
pkgver=4.6.0
|
||||
pkgrel=1
|
||||
pkgdesc='Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more'
|
||||
arch=('x86_64' 'aarch64')
|
||||
arch=('x86_64')
|
||||
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=('175a604fb204f5d459228b445fea4b5301a94ef95d71b54897309780f62b169b')
|
||||
sha256sums_aarch64=('188f745e66caab369a6924b379022d73dac45b87bfdc2b3cfe7433036597d674')
|
||||
source=("beekeeper-studio-${pkgver}-license::https://github.com/beekeeper-studio/beekeeper-studio/raw/v${pkgver}/LICENSE.md"
|
||||
"https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v${pkgver}/beekeeper-studio_${pkgver}_amd64.deb")
|
||||
sha256sums=('1409fbbc5265c85da91684660c87f85d74c3fdc63a2d355169f40dac5cc7a078'
|
||||
'175a604fb204f5d459228b445fea4b5301a94ef95d71b54897309780f62b169b')
|
||||
|
||||
package() {
|
||||
tar -xvf 'data.tar.xz' -C "${pkgdir}"
|
||||
|
|
|
@ -26,9 +26,6 @@ sed -i \
|
|||
# Update source hashes
|
||||
updpkgsums
|
||||
|
||||
# Update .SRCINFO
|
||||
makepkg --printsrcinfo >.SRCINFO
|
||||
|
||||
# Commit changes
|
||||
git add PKGBUILD .SRCINFO
|
||||
git add PKGBUILD
|
||||
git commit -m "${PKG} v${VER}"
|
||||
|
|
Loading…
Reference in a new issue