summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Jost2017-08-29 13:02:12 +0200
committerThomas Jost2017-08-29 13:02:12 +0200
commit41a4e7d03f1cfd7635c456a7fa055bb1d42de702 (patch)
tree9cc9a3632a628e1ad68d8a1ae8ae6a367aac7063
parent00a287e973bc87c4392c03686fc80672d031b23f (diff)
downloadaur-41a4e7d03f1cfd7635c456a7fa055bb1d42de702.tar.gz
Bumped to 1.2.4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 646b207b49f5..c46d1f256043 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Mon Mar 20 10:51:19 UTC 2017
+# Tue Aug 29 11:01:46 UTC 2017
pkgbase = python-slugify
pkgdesc = A Python slugify application that handles unicode
- pkgver = 1.2.1
+ pkgver = 1.2.4
pkgrel = 1
url = https://github.com/un33k/python-slugify
arch = any
license = BSD
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://github.com/un33k/python-slugify/archive/1.2.1.tar.gz
- md5sums = f0356326c15c382faa7fcfff9195451c
- sha256sums = bc595c33d1735fc4b5db4333ac30b73e41c1f4fdb4f9898ddeed9aab3001cb7d
+ source = https://github.com/un33k/python-slugify/archive/1.2.4.tar.gz
+ md5sums = 31bc05d061284cf8bbb7b19c0baf4843
+ sha256sums = 63a10ebb0c767b902b9f3c0d663f6bf47ff43ac63e3e8e444ff0cb625db7b1ef
pkgname = python-slugify
depends = python
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")