[arch-commits] Commit in python-slugify/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Mon Sep 23 08:12:53 UTC 2019


    Date: Monday, September 23, 2019 @ 08:12:52
  Author: alucryd
Revision: 511566

upgpkg: python-slugify 3.0.4-1

Modified:
  python-slugify/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-23 08:06:29 UTC (rev 511565)
+++ PKGBUILD	2019-09-23 08:12:52 UTC (rev 511566)
@@ -3,7 +3,7 @@
 # Contributor: Andrey Mikhaylenko <neithere at gmail.com>
 
 pkgname=python-slugify
-pkgver=3.0.3
+pkgver=3.0.4
 pkgrel=1
 pkgdesc='A Python slugify application that handles unicode'
 arch=(any)
@@ -15,9 +15,15 @@
   python-setuptools
 )
 optdepends=('python-unidecode: Unidecode support')
-source=(git+https://github.com/un33k/python-slugify.git#tag=${pkgver})
-sha256sums=('SKIP')
+source=(git+https://github.com/un33k/python-slugify.git#tag=67c16a409063578d38bf69ee345254e67b237206)
+sha256sums=(SKIP)
 
+pkgver() {
+  cd python-slugify
+
+  git describe --tags
+}
+
 build() {
   cd python-slugify
 



More information about the arch-commits mailing list