Date: Tuesday, January 31, 2023 @ 08:57:39 Author: alucryd Revision: 1391364
upgpkg: python-slugify 8.0.0-1 Modified: python-slugify/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-31 08:54:39 UTC (rev 1391363) +++ PKGBUILD 2023-01-31 08:57:39 UTC (rev 1391364) @@ -3,7 +3,7 @@ # Contributor: Andrey Mikhaylenko <[email protected]> pkgname=python-slugify -pkgver=7.0.0 +pkgver=8.0.0 pkgrel=1 pkgdesc='A Python slugify application that handles unicode' arch=(any) @@ -15,7 +15,7 @@ python-setuptools ) optdepends=('python-unidecode: Unidecode support') -_tag=247fe299c524f48adb94325ce79c84d87fbd0197 +_tag=11e6209bba742675bda4307a65d69c8821fccaee source=(git+https://github.com/un33k/python-slugify.git#tag=${_tag}) sha256sums=(SKIP)
