[arch-commits] Commit in salt/trunk (PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Sat Jun 26 10:05:44 UTC 2021
Date: Saturday, June 26, 2021 @ 10:05:44
Author: foxboron
Revision: 967528
upgpkg: salt 3003.1-2 - Fixes FS#71344: removes contextvars
Modified:
salt/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-26 09:59:59 UTC (rev 967527)
+++ PKGBUILD 2021-06-26 10:05:44 UTC (rev 967528)
@@ -7,7 +7,7 @@
pkgname=salt
pkgver=3003.1
-pkgrel=1
+pkgrel=2
pkgdesc='Central system and configuration manager'
arch=('any')
@@ -42,6 +42,10 @@
sha256sums=('8a7184d3de4d1727618f0d3fbba79e54389aeff85b72f4ceb8200bcc167f6ebe'
'abecc3c1be124c4afffaaeb3ba32b60dfee8ba6dc32189edfa2ad154ecb7a215')
+prepare() {
+ sed -i '/^contextvars/d' $pkgname-$pkgver/requirements/base.txt
+}
+
build() {
cd salt-$pkgver
python setup.py build
More information about the arch-commits
mailing list