Package Details: azuredatastudio-bin 1.50.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: 39
Popularity: 0.22
First Submitted: 2020-06-16 23:00 (UTC)
Last Updated: 2024-11-21 00:41 (UTC)

Pinned Comments

wiill commented on 2024-10-14 16:53 (UTC)

If your system is setup to build debug packages there will be conflicts between thhis one and visual-studio-code-bin-debug since both of them contain a few identical binaries.

The easiest way to solve this is to either simply not build the debug packages or uninstall visual-studio-code-bin-debug.

Latest Comments

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

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.

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

I can see in the snap build file of the project it's depended on GTK-3, why here GTK-2 is set as dependency then?

taliesin commented on 2020-05-04 18:32 (UTC)

I had to tell yay to clean build this in order for it to pass the validity check and upgrade the package. Thusfar I've never had to accept the clean build option in yay for any other AUR packages.

<deleted-account> commented on 2020-04-14 20:08 (UTC)

@wiill works for me, thank you

wiill commented on 2020-04-13 22:12 (UTC)

@prohormitrich53 I checked the PG plugin, it requires libffi.so.6, however the repo has .7, so I symlinked .6 to it and it seems to be working ok, though I didn't test out a lot of things.