summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eaf4057613d0..646b207b49f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Tue May 3 18:44:41 UTC 2016
+# Mon Mar 20 10:51:19 UTC 2017
pkgbase = python-slugify
pkgdesc = A Python slugify application that handles unicode
- pkgver = 1.2.0
- pkgrel = 2
+ pkgver = 1.2.1
+ pkgrel = 1
url = https://github.com/un33k/python-slugify
arch = any
license = BSD
makedepends = python-setuptools
makedepends = python2-setuptools
- source = http://pypi.python.org/packages/source/p/python-slugify/python-slugify-1.2.0.tar.gz
- md5sums = cf93234028a5c504834fc03a5bfb25db
- sha256sums = 47f1bb3ea858d00073e3e1550a88ac20709660344e9727178d60478c4d3bb94e
+ source = https://github.com/un33k/python-slugify/archive/1.2.1.tar.gz
+ md5sums = f0356326c15c382faa7fcfff9195451c
+ sha256sums = bc595c33d1735fc4b5db4333ac30b73e41c1f4fdb4f9898ddeed9aab3001cb7d
pkgname = python-slugify
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 7593a3e3dee3..1a9b7eb6db7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Contributor: Andrey Mikhaylenko <neithere at gmail dot com>
pkgname=(python-slugify python2-slugify)
pkgbase=python-slugify
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.2.1
+pkgrel=1
pkgdesc="A Python slugify application that handles unicode"
arch=(any)
url="https://github.com/un33k/python-slugify"
license=('BSD')
makedepends=("python-setuptools" "python2-setuptools")
-source=(http://pypi.python.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('cf93234028a5c504834fc03a5bfb25db')
-sha256sums=('47f1bb3ea858d00073e3e1550a88ac20709660344e9727178d60478c4d3bb94e')
+source=(https://github.com/un33k/python-slugify/archive/${pkgver}.tar.gz)
+md5sums=('f0356326c15c382faa7fcfff9195451c')
+sha256sums=('bc595c33d1735fc4b5db4333ac30b73e41c1f4fdb4f9898ddeed9aab3001cb7d')
package_python-slugify() {
depends=("python" "python-unidecode>=0.04.16")