summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Jost2015-09-22 09:33:21 +0200
committerThomas Jost2015-09-22 09:33:21 +0200
commit6b5f0616b42f19cff1b3eb17ece0cf10225471df (patch)
tree155fda9260452fa326c5192c34d8fc02fb00ec6e
parent1226e0e47cc345a701bca25c1b29ea5d5dd9c5ef (diff)
downloadaur-6b5f0616b42f19cff1b3eb17ece0cf10225471df.tar.gz
Bumped to 1.1.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f08de5fa5bc4..2d9b73aba6c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-slugify
pkgdesc = A Python slugify application that handles unicode
- pkgver = 1.1.2
+ pkgver = 1.1.4
pkgrel = 1
url = https://github.com/un33k/python-slugify
arch = any
@@ -8,9 +8,9 @@ pkgbase = python-slugify
makedepends = python-setuptools
depends = python
depends = python-unidecode>=0.04.16
- source = http://pypi.python.org/packages/source/p/python-slugify/python-slugify-1.1.2.tar.gz
- md5sums = 7620eea3d354f1741277ab8e6e642da7
- sha256sums = fbdb40424348e118e68d27e2e030c05d353008ab361db394a3d590cdecff26b0
+ source = http://pypi.python.org/packages/source/p/python-slugify/python-slugify-1.1.4.tar.gz
+ md5sums = 8ea8d2cd3433aef40dab408bf0b49a76
+ sha256sums = e674f0d45eaeb5c47b7d4771319889a39b15ee87aa62c3b2fcc33cf34e94fc98
pkgname = python-slugify
diff --git a/PKGBUILD b/PKGBUILD
index 9f750f892868..58582a5fd626 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thomas Jost <schnouki@schnouki.net>
# Contributor: Andrey Mikhaylenko <neithere at gmail dot com>
pkgname=python-slugify
-pkgver=1.1.2
+pkgver=1.1.4
pkgrel=1
pkgdesc="A Python slugify application that handles unicode"
arch=(any)
@@ -10,8 +10,8 @@ license=('BSD')
depends=("python" "python-unidecode>=0.04.16")
makedepends=("python-setuptools")
source=(http://pypi.python.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('7620eea3d354f1741277ab8e6e642da7')
-sha256sums=('fbdb40424348e118e68d27e2e030c05d353008ab361db394a3d590cdecff26b0')
+md5sums=('8ea8d2cd3433aef40dab408bf0b49a76')
+sha256sums=('e674f0d45eaeb5c47b7d4771319889a39b15ee87aa62c3b2fcc33cf34e94fc98')
package() {
cd "$srcdir/$pkgname-$pkgver"