Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages /
ast-grep
Commits:
e476f8c6 by Levente Polyak at 2026-06-06T01:02:57+02:00
upgpkg: 0.43.0-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = ast-grep
pkgdesc = CLI tool for code structural search, lint and rewriting
- pkgver = 0.42.3
+ pkgver = 0.43.0
pkgrel = 1
url = https://ast-grep.github.io/
arch = x86_64
@@ -13,9 +13,9 @@ pkgbase = ast-grep
depends = libgcc
depends = glibc
options = !lto
- source =
https://github.com/ast-grep/ast-grep/archive/0.42.3/ast-grep-0.42.3.tar.gz
- sha512sums =
5a59987134bd1b63ba040acc706e2e65c52780c3c8ba05165157cc7b314da40b719a808a24d8029ae36a7eed5b9e196e067faf31fc1b98bcb72762b0a71012ad
- b2sums =
c0883ed54ca498ed1d4dee5584b09fb62403fc0e94d9a342c91e2cad0c450643f0301a551307f013756083464c4d206857f16b3d5ba3df787b3a659cb020e1ee
+ source =
https://github.com/ast-grep/ast-grep/archive/0.43.0/ast-grep-0.43.0.tar.gz
+ sha512sums =
955c23b28086869e5b6d2f06d009582afccd24c467a236d68a60b3292b8cd26b071dfdf699a966a76b104baedd7fd3db0c20abaf154b9db96c4930518700f1c5
+ b2sums =
1f1559df537ef58bff11197dcdc076151de0f1212d39db919a350a460ff62c78fe026e5267fb2065bbbcea572c251a1f70091623bd59d13d75e470c3a0dc34af
pkgname = ast-grep
depends = libgcc
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@ pkgname=(
ast-grep
python-ast-grep
)
-pkgver=0.42.3
+pkgver=0.43.0
pkgrel=1
pkgdesc='CLI tool for code structural search, lint and rewriting'
url='https://ast-grep.github.io/'
@@ -22,8 +22,8 @@ makedepends=(
)
options=(!lto)
source=(https://github.com/ast-grep/ast-grep/archive/${pkgver}/${pkgbase}-${pkgver}.tar.gz)
-sha512sums=('5a59987134bd1b63ba040acc706e2e65c52780c3c8ba05165157cc7b314da40b719a808a24d8029ae36a7eed5b9e196e067faf31fc1b98bcb72762b0a71012ad')
-b2sums=('c0883ed54ca498ed1d4dee5584b09fb62403fc0e94d9a342c91e2cad0c450643f0301a551307f013756083464c4d206857f16b3d5ba3df787b3a659cb020e1ee')
+sha512sums=('955c23b28086869e5b6d2f06d009582afccd24c467a236d68a60b3292b8cd26b071dfdf699a966a76b104baedd7fd3db0c20abaf154b9db96c4930518700f1c5')
+b2sums=('1f1559df537ef58bff11197dcdc076151de0f1212d39db919a350a460ff62c78fe026e5267fb2065bbbcea572c251a1f70091623bd59d13d75e470c3a0dc34af')
prepare() {
cd ${pkgbase}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ast-grep/-/commit/e476f8c65e5b44b75883a68ee24a456a2cb17d9c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ast-grep/-/commit/e476f8c65e5b44b75883a68ee24a456a2cb17d9c
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help