Date: Thursday, May 6, 2021 @ 08:58:34 Author: alucryd Revision: 928395
upgpkg: python-slugify 5.0.1-1 Modified: python-slugify/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-06 08:58:01 UTC (rev 928394) +++ PKGBUILD 2021-05-06 08:58:34 UTC (rev 928395) @@ -3,8 +3,8 @@ # Contributor: Andrey Mikhaylenko <[email protected]> pkgname=python-slugify -pkgver=4.0.1 -pkgrel=3 +pkgver=5.0.1 +pkgrel=1 pkgdesc='A Python slugify application that handles unicode' arch=(any) url=https://github.com/un33k/python-slugify @@ -15,7 +15,7 @@ python-setuptools ) optdepends=('python-unidecode: Unidecode support') -_tag=c340834bb2afb24d78151c018496f4273fb7be37 +_tag=b9b6a9712b6ece99d70ddfe623cf9236ecba945f source=(git+https://github.com/un33k/python-slugify.git#tag=${_tag}) sha256sums=(SKIP)
