Date: Saturday, July 4, 2020 @ 14:46:27 Author: alucryd Revision: 657693
upgpkg: python-slugify 4.0.1-1 Modified: python-slugify/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-07-04 14:38:32 UTC (rev 657692) +++ PKGBUILD 2020-07-04 14:46:27 UTC (rev 657693) @@ -3,8 +3,8 @@ # Contributor: Andrey Mikhaylenko <[email protected]> pkgname=python-slugify -pkgver=4.0.0 -pkgrel=3 +pkgver=4.0.1 +pkgrel=1 pkgdesc='A Python slugify application that handles unicode' arch=(any) url=https://github.com/un33k/python-slugify @@ -15,7 +15,8 @@ python-setuptools ) optdepends=('python-unidecode: Unidecode support') -source=(git+https://github.com/un33k/python-slugify.git#tag=76f327216bc52adc6115eb6d1483405958810c5c) +_tag=c340834bb2afb24d78151c018496f4273fb7be37 +source=(git+https://github.com/un33k/python-slugify.git#tag=${_tag}) sha256sums=(SKIP) pkgver() {
