Package Details: azuredatastudio-bin 1.48.0-1

Git Clone URL: https://aur.archlinux.org/azuredatastudio-bin.git (read-only, click to copy)
Package Base: azuredatastudio-bin
Description: A data management tool that enables you to work with SQL Server, Azure SQL DB and SQL DW. (official prebuilt version)
Upstream URL: https://github.com/Microsoft/azuredatastudio
Keywords: mssql
Licenses: custom: microsoft
Conflicts: azuredatastudio
Submitter: wiill
Maintainer: wiill
Last Packager: wiill
Votes: 38
Popularity: 1.23
First Submitted: 2020-06-16 23:00 (UTC)
Last Updated: 2024-02-28 21:57 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

wiill commented on 2022-03-22 22:38 (UTC)

@ijann there's nothing wrong with the package, you just had connection issues while downloading the archive.

ijann commented on 2022-03-22 22:33 (UTC)

@wiill This happens when I install your repo without changes --> https://ibb.co/L9w46fX

This happens when I change it by -linux --> https://ibb.co/P4WSTd2 | https://ibb.co/z8zLkFc

wiill commented on 2022-03-20 04:06 (UTC)

@ijann I don't understand, what problem are you having with the -bin. The package builds and install correctly.

ijann commented on 2022-03-20 03:48 (UTC) (edited on 2022-03-20 03:49 (UTC) by ijann)

Hello, please change the line in the pkgbuild, line 2

pkgname=azuredatastudio-bin

by

pkgname=azuredatastudio-linux

For a correct installation of version 1.35.1-1

1 $> git clone https://aur.archlinux.org/azuredatastudio-bin.git

2 modify pkgbuild in a text editor

3 $> makepkg -cCifs

:D

wiill commented on 2021-02-10 18:58 (UTC)

I'm trying a new source URL which should hopefully stop breaking the build every time they release a patch version.

cuevaskoch commented on 2020-12-12 16:06 (UTC)

Looks like 1.25.1 is out. it's a bummer that they only provide a single link to the latest version, and the link doesn't change when the files underneath it do. Updating the sha256sum should do the trick:

diff --git a/PKGBUILD b/PKGBUILD
index 5929bb6..58c4363 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: William Turner <willtur.will@gmail.com>
 pkgname=azuredatastudio-bin
 _pkgname=azuredatastudio
-pkgver=1.25.0
+pkgver=1.25.1
 pkgrel=1
 pkgdesc="Azure Data Studio is a data management tool that enables you to work with SQL Server, Azure SQL DB and SQL DW (official prebuilt version)"
 arch=('x86_64')
@@ -14,7 +14,7 @@ conflicts=('azuredatastudio')
 options=('staticlibs')
 source=("$pkgname-$pkgver.tar.gz::https://go.microsoft.com/fwlink/?linkid=2151508"
         "${_pkgname}.desktop")
-sha256sums=('32f0b6be88e6b900ef8386ed7942bd4c542a3f52c7b430cef4e287728f2883b9'
+sha256sums=('f9ad3dcf95f5b7efe9abb043297263dd25a94f144e1593aaa7fdee83681772e3'
             '460ef23631450298409a96c75662428ffc356b666eefbab813e78ef71e346727')

 package() {

mopo3ilo commented on 2020-12-11 18:31 (UTC)

==> ERROR: One or more files did not pass the validity check! error downloading sources: azuredatastudio-bin

wiill commented on 2020-06-16 23:01 (UTC) (edited on 2020-07-27 22:44 (UTC) by wiill)

READ THIS

Following the Arch packaging guidelines, this package will change to building from source for the next release (so 1.19.1+) and when I get the change to finish the proper build recipe for it.

If you instead want to keep using the binary distribution from Microsoft, switch to the azuredatastudio-bin package right now.

EDIT: I still didn't get enough time to look into this in depth, for the time being, please use the -bin package.

arash-m commented on 2020-05-22 21:05 (UTC)

@wiill Thanks! The new update works pretty well. It's nice to get rid of GTK2 finally.

wiill commented on 2020-05-21 21:14 (UTC) (edited on 2020-05-21 21:15 (UTC) by wiill)

@arash-m You're right, it initially depended on gtk2 but they changed it at some point, I never noticed cause I had both installed. I'll try to patch it and do some tests tomorrow.