summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThomas Jost2017-08-29 13:02:12 +0200
committerThomas Jost2017-08-29 13:02:12 +0200
commit41a4e7d03f1cfd7635c456a7fa055bb1d42de702 (patch)
tree9cc9a3632a628e1ad68d8a1ae8ae6a367aac7063 /PKGBUILD
parent00a287e973bc87c4392c03686fc80672d031b23f (diff)
downloadaur-41a4e7d03f1cfd7635c456a7fa055bb1d42de702.tar.gz
Bumped to 1.2.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a9b7eb6db7b..3ac2811e4995 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.1
+pkgver=1.2.4
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=('f0356326c15c382faa7fcfff9195451c')
-sha256sums=('bc595c33d1735fc4b5db4333ac30b73e41c1f4fdb4f9898ddeed9aab3001cb7d')
+md5sums=('31bc05d061284cf8bbb7b19c0baf4843')
+sha256sums=('63a10ebb0c767b902b9f3c0d663f6bf47ff43ac63e3e8e444ff0cb625db7b1ef')
package_python-slugify() {
depends=("python" "python-unidecode>=0.04.16")