Date: Monday, July 29, 2019 @ 06:56:05 Author: alucryd Revision: 494393
upgpkg: python-slugify 3.0.3-1 Modified: python-slugify/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-07-29 06:55:35 UTC (rev 494392) +++ PKGBUILD 2019-07-29 06:56:05 UTC (rev 494393) @@ -3,7 +3,7 @@ # Contributor: Andrey Mikhaylenko <[email protected]> pkgname=python-slugify -pkgver=3.0.2 +pkgver=3.0.3 pkgrel=1 pkgdesc='A Python slugify application that handles unicode' arch=(any) @@ -16,7 +16,7 @@ ) optdepends=('python-unidecode: Unidecode support') source=(git+https://github.com/un33k/python-slugify.git#tag=${pkgver}) -sha256sums=(SKIP) +sha256sums=('SKIP') build() { cd python-slugify
