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

Jonas Witschel diabonas at gemini.archlinux.org
Mon Nov 29 10:03:00 UTC 2021


    Date: Monday, November 29, 2021 @ 10:03:00
  Author: diabonas
Revision: 1056648

upgpkg: python-python-socks 2.0.0-2: add provides/replaces on former AUR pkgname

Modified:
  python-python-socks/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-29 09:36:36 UTC (rev 1056647)
+++ PKGBUILD	2021-11-29 10:03:00 UTC (rev 1056648)
@@ -2,7 +2,7 @@
 pkgname=python-python-socks
 pkgver=2.0.0
 _tag=c56dd42d51e2d88f04ecf23c05da9f0ce8bdabde # git rev-parse "v$pkgver"
-pkgrel=1
+pkgrel=2
 pkgdesc='Core proxy client (SOCKS4, SOCKS5, HTTP) functionality for Python'
 arch=('any')
 url='https://github.com/romis2012/python-socks'
@@ -14,6 +14,8 @@
 optdepends=('python-async-timeout: asyncio support'
             'python-curio: curio support'
             'python-trio: trio support')
+provides=('python-python_socks')
+replaces=('python-python_socks')
 source=("git+$url.git?signed#tag=$_tag")
 sha512sums=('SKIP')
 validpgpkeys=('706A8935FED55F3BFB7C188B5EEAD7400A5D80ED') # Roman Snegirev <rsng at mail.ru>



More information about the arch-commits mailing list