[arch-commits] Commit in salt/trunk (PKGBUILD)

Morten Linderud foxboron at gemini.archlinux.org
Sat Aug 27 10:47:50 UTC 2022


    Date: Saturday, August 27, 2022 @ 10:47:48
  Author: foxboron
Revision: 1284685

upgpkg: salt 3005-1

Modified:
  salt/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-27 10:45:02 UTC (rev 1284684)
+++ PKGBUILD	2022-08-27 10:47:48 UTC (rev 1284685)
@@ -6,7 +6,7 @@
 # Contributor: zer0def <zer0def at github>
 
 pkgname=salt
-pkgver=3004.2
+pkgver=3005
 pkgrel=1
 
 pkgdesc='Central system and configuration manager'
@@ -38,11 +38,9 @@
 
 install=salt.install
 source=("https://pypi.io/packages/source/s/salt/salt-$pkgver.tar.gz"
-        "zmq-23.patch::https://github.com/saltstack/salt/commit/6ec8b90e402ff3fa8f27c7da70ece898592416bc.patch"
         salt.logrotate)
 
-sha256sums=('2fa644f6200d4e36b55846cb372b6e67b6ca0fbec0697f1d8d73e771b665ed70'
-            'a82dcec84d7f2eb5b136ef8112397a1dc1234392741dc6a6db66c868c495eb76'
+sha256sums=('1d200c45b88046178ea56fb5a75726dc620cc5e51411076a04df80ff52f79cd4'
             'abecc3c1be124c4afffaaeb3ba32b60dfee8ba6dc32189edfa2ad154ecb7a215')
 
 prepare() {
@@ -49,9 +47,6 @@
   cd salt-$pkgver
   sed -i '/^contextvars/d' requirements/base.txt
 
-  # https://bugs.archlinux.org/task/75114#comment209320
-  patch -Np1 < "$srcdir/zmq-23.patch"
-
   # remove version requirements for pyzmq, there's no point in it
   # we only have one version and the "python_version <=> *" checks are discarded
   # so pyzmq<=20.0.0 ends up in the final requirements.txt



More information about the arch-commits mailing list