git » python-sgmllib3k.git » commit 1b237a2

upgpkg: 1.0.0-2

author Jelle van der Waa
2021-10-20 19:05:43 UTC
committer Jelle van der Waa
2021-10-20 19:05:43 UTC
parent e5c3e65097a9d2837e01127ab252b88af520f3e6

upgpkg: 1.0.0-2

PKGBUILD +3 -1

diff --git a/PKGBUILD b/PKGBUILD
index c3443ae..feb8cf4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,15 @@
 
 pkgname=python-sgmllib3k
 pkgver=1.0.0
-pkgrel=1
+pkgrel=2
 arch=(any)
 license=("BSD")
 pkgdesc="Python 3 smgllib port"
 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')