[arch-commits] Commit in python-sgmllib3k/trunk (PKGBUILD)
Jelle van der Waa
jelle at gemini.archlinux.org
Wed Oct 20 19:05:44 UTC 2021
Date: Wednesday, October 20, 2021 @ 19:05:43
Author: jelle
Revision: 426370
upgpkg: python-sgmllib3k 1.0.0-2
Modified:
python-sgmllib3k/trunk/PKGBUILD
----------+
PKGBUILD | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-10-20 18:38:09 UTC (rev 426369)
+++ PKGBUILD 2021-10-20 19:05:43 UTC (rev 426370)
@@ -2,7 +2,7 @@
pkgname=python-sgmllib3k
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
arch=(any)
license=("BSD")
pkgdesc="Python 3 smgllib port"
@@ -9,6 +9,8 @@
url="https://pypi.org/project/sgmllib3k/#description"
makedepends=(python-setuptools)
depends=(python)
+replaces=(python-sgmllib)
+provides=(python-sgmllib)
_name=${pkgname#python-}
source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
sha256sums=('7868fb1c8bfa764c1ac563d3cf369c381d1325d36124933a726f29fcdaa812e9')
More information about the arch-commits
mailing list