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

Felix Yan felixonmars at archlinux.org
Mon Jul 27 12:36:59 UTC 2020


    Date: Monday, July 27, 2020 @ 12:36:59
  Author: felixonmars
Revision: 665447

upgpkg: python-mocket 3.8.6-2: fix dependency metadata

Modified:
  python-mocket/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-27 12:36:55 UTC (rev 665446)
+++ PKGBUILD	2020-07-27 12:36:59 UTC (rev 665447)
@@ -2,7 +2,7 @@
 
 pkgname=python-mocket
 pkgver=3.8.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Socket Mock Framework - for all kinds of socket animals, web-clients included - with gevent/asyncio/SSL support"
 url="https://github.com/mindflayer/python-mocket"
 license=('BSD')
@@ -21,6 +21,7 @@
   pipenv_to_requirements
 
   patch -p1 -i ../file-magic.patch
+  sed -i 's/python-magic/file_magic/' requirements.txt
 }
 
 build() {



More information about the arch-commits mailing list