I'm trying a new source URL which should hopefully stop breaking the build every time they release a patch version.
Search Criteria
Package Details: azuredatastudio-bin 1.26.1-1
Git Clone URL: | https://aur.archlinux.org/azuredatastudio-bin.git (read-only, click to copy) |
---|---|
Package Base: | azuredatastudio-bin |
Description: | 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) |
Upstream URL: | https://github.com/Microsoft/azuredatastudio |
Keywords: | mssql |
Licenses: | |
Conflicts: | |
Submitter: | wiill |
Maintainer: | wiill |
Last Packager: | wiill |
Votes: | 4 |
Popularity: | 1.61 |
First Submitted: | 2020-06-16 23:00 |
Last Updated: | 2021-03-01 21:29 |
Dependencies (13)
- curl (curl-git, curl-minimal-git)
- gcc-libs (gcc-libs-multilib-x32, fastgcc, gcc-libs-multilib-git, gcc-libs-git)
- glibc (glibc-linux4, glibc-git, glibc-force-mmap, lib32-glibc-force-mmap, glibc-minimal-git, glibc-dso, lib32-glibc-dso)
- gnupg (gnupg-clavator, gnupg-largekeys, gnupg-large-rsa, gnupg-git, gnupg-scdaemon-shared-access, gnupg-large-secmem, gnupg-minimal-git)
- gtk3 (gtk3-donnatella, gtk3-cosy, gtk3-adwaita-3-32-git, gtk3-mushrooms, gtk3-git, gtk3-ubuntu, gtk3-patched-filechooser-icon-view, gtk3-typeahead, gtk3-no_deadkeys_underline, gtk3-classic)
- libnotify (libnotify-gtk2, libnotify-id-git, libnotify-id)
- libsecret
- libxkbfile
- libxss
- lsof (lsof-git)
- nss (nss-hg)
- sed (sed-git) (make)
- krb5 (krb5-git, krb5-minimal-git) (optional) – Windows authentication support
Required by (0)
Sources (2)
Latest Comments
wiill commented on 2021-02-10 18:58
cuevaskoch commented on 2020-12-12 16:06
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
==> ERROR: One or more files did not pass the validity check! error downloading sources: azuredatastudio-bin
Pinned Comments
wiill commented on 2021-02-10 18:58
I'm trying a new source URL which should hopefully stop breaking the build every time they release a patch version.