Python 3.10 rebuilds

This commit is contained in:
Christoph Reiter
2022-07-02 18:55:46 +02:00
parent 39e742a7e2
commit 8780e5c2b8
57 changed files with 59 additions and 59 deletions

View File

@@ -4,7 +4,7 @@ _realname=markupsafe
pkgbase="python-${_realname}"
pkgname=("python-${_realname}")
pkgver=1.1.1
pkgrel=4
pkgrel=5
pkgdesc="Implements a XML/HTML/XHTML Markup safe string for Python"
arch=('i686' 'x86_64')
license=('custom')
@@ -26,4 +26,4 @@ package() {
cd "${srcdir}/MarkupSafe-${pkgver}"
/usr/bin/python setup.py install --prefix=/usr --root="${pkgdir}" -O1
install -Dm644 LICENSE.rst "${pkgdir}/usr/share/licenses/python-${_realname}/LICENSE"
}
}