[arch-commits] Commit in python-mocket/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu May 13 08:21:24 UTC 2021
Date: Thursday, May 13, 2021 @ 08:21:24
Author: felixonmars
Revision: 932939
upgpkg: python-mocket 3.9.40-2: fix metadata version for file_magic
Modified:
python-mocket/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-13 08:18:57 UTC (rev 932938)
+++ PKGBUILD 2021-05-13 08:21:24 UTC (rev 932939)
@@ -2,7 +2,7 @@
pkgname=python-mocket
pkgver=3.9.40
-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')
@@ -18,7 +18,7 @@
cd python-mocket-$pkgver
pipenv_to_requirements
- sed -i 's/python-magic/file_magic/' requirements.txt
+ sed -i 's/^python-magic.*/file_magic/' requirements.txt
}
build() {
More information about the arch-commits
mailing list