summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThomas Jost2018-08-08 15:54:42 +0200
committerThomas Jost2018-08-08 15:54:42 +0200
commit408c1ed917c0a6a766eabbfa0d8861b601874555 (patch)
tree1e30d268bc52b8e8a9df242c975c545b8d7811ff /PKGBUILD
parent5261c7a17911fa883120eb5e404a8f5a0d481a13 (diff)
downloadaur-408c1ed917c0a6a766eabbfa0d8861b601874555.tar.gz
Bump pkgrel to force upgrading to Python 3.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 26f6c1cff92c..1b84017bfcd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=(python-slugify python2-slugify)
pkgbase=python-slugify
pkgver=1.2.5
-pkgrel=1
+pkgrel=2
pkgdesc="A Python slugify application that handles unicode"
arch=(any)
url="https://github.com/un33k/python-slugify"