summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3ac2811e4995..26f6c1cff92c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Andrey Mikhaylenko <neithere at gmail dot com>
pkgname=(python-slugify python2-slugify)
pkgbase=python-slugify
-pkgver=1.2.4
+pkgver=1.2.5
pkgrel=1
pkgdesc="A Python slugify application that handles unicode"
arch=(any)
@@ -10,8 +10,8 @@ url="https://github.com/un33k/python-slugify"
license=('BSD')
makedepends=("python-setuptools" "python2-setuptools")
source=(https://github.com/un33k/python-slugify/archive/${pkgver}.tar.gz)
-md5sums=('31bc05d061284cf8bbb7b19c0baf4843')
-sha256sums=('63a10ebb0c767b902b9f3c0d663f6bf47ff43ac63e3e8e444ff0cb625db7b1ef')
+md5sums=('1d6949c2db9ba0facb42236cc6086099')
+sha256sums=('5a819e2519e9c974dbc447d11c3755850262e0bf5563808ccfdd8f4e90468319')
package_python-slugify() {
depends=("python" "python-unidecode>=0.04.16")