Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages /
bash
Commits:
5582f01d by Tobias Powalowski at 2025-05-07T17:35:31+02:00
upgpkg: 5.2.037-4: update last patchset and fixed segfault in read -e usage
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = bash
pkgdesc = The GNU Bourne Again shell
pkgver = 5.2.037
- pkgrel = 3
+ pkgrel = 4
url = https://www.gnu.org/software/bash/bash.html
install = bash.install
arch = x86_64
=====================================
PKGBUILD
=====================================
@@ -9,7 +9,7 @@ pkgname=bash
_basever=5.2
_patchlevel=037
pkgver=${_basever}.${_patchlevel}
-pkgrel=3
+pkgrel=4
pkgdesc='The GNU Bourne Again shell'
arch=(x86_64)
license=('GPL-3.0-or-later')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bash/-/commit/5582f01d50f1e08211531816e471c6882c79f5e8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bash/-/commit/5582f01d50f1e08211531816e471c6882c79f5e8
You're receiving this email because of your account on gitlab.archlinux.org.