Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
dart
Commits:
7efd7a31 by Sven-Hendrik Haase at 2024-08-23T04:21:08+02:00
upgpkg: 3.5.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = dart
pkgdesc = The dart programming language SDK
- pkgver = 3.4.4
+ pkgver = 3.5.1
pkgrel = 1
url = https://dart.dev/
arch = x86_64
@@ -13,10 +13,10 @@ pkgbase = dart
makedepends = python-httplib2
makedepends = python-six
depends = glibc
- source = git+https://github.com/dart-lang/sdk.git#tag=3.4.4
+ source = git+https://github.com/dart-lang/sdk.git#tag=3.5.1
source =
git+https://chromium.googlesource.com/chromium/tools/depot_tools.git
source = DEPS.patch
- sha256sums =
aba863b230001773aa8cbbedb2824de154f778377c4048dbcc12460fdcd969f5
+ sha256sums =
91a6973d6acad6f00065ff58358656082e77d991fa5f75ad2553e2a67520c5b4
sha256sums = SKIP
sha256sums =
db6576a70c6719e26795b9824546058b79fefa64158c1002d36546d826084403
=====================================
PKGBUILD
=====================================
@@ -9,7 +9,7 @@
# Contributor: The one with the braid <[email protected]>
pkgname=dart
-pkgver=3.4.4
+pkgver=3.5.1
pkgrel=1
pkgdesc='The dart programming language SDK'
arch=('x86_64')
@@ -30,7 +30,7 @@ source=(
"git+https://chromium.googlesource.com/chromium/tools/depot_tools.git"
"DEPS.patch"
)
-sha256sums=('aba863b230001773aa8cbbedb2824de154f778377c4048dbcc12460fdcd969f5'
+sha256sums=('91a6973d6acad6f00065ff58358656082e77d991fa5f75ad2553e2a67520c5b4'
'SKIP'
'db6576a70c6719e26795b9824546058b79fefa64158c1002d36546d826084403')
@@ -63,9 +63,7 @@ EOF
dart tools/generate_package_config.dart
python tools/generate_sdk_version_file.py
- sed -i 's|prefix = rebased_clang_dir|prefix= ""|g'
build/toolchain/linux/BUILD.gn # use system clang
- sed -i 's|}/|}|g' build/toolchain/linux/BUILD.gn # use system clang
- sed -i 's|rebase|#|g' build/toolchain/linux/BUILD.gn
+ sed -i 's|prefix = "x86_64-linux-gnu-"|prefix = ""|g'
build/toolchain/linux/BUILD.gn
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dart/-/commit/7efd7a319a18d71f13cbc4c13fd188288489bb15
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dart/-/commit/7efd7a319a18d71f13cbc4c13fd188288489bb15
You're receiving this email because of your account on gitlab.archlinux.org.