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 fe867261f020..9f750f892868 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=0.1.0
+pkgver=1.1.2
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=('bba3b03b746a37625a36bd4987df6009')
-sha256sums=('fc0613723a51ae2b6bf69bcf3d214555b1855314a5ef3c79f959c8663695fb56')
+md5sums=('7620eea3d354f1741277ab8e6e642da7')
+sha256sums=('fbdb40424348e118e68d27e2e030c05d353008ab361db394a3d590cdecff26b0')
package() {
cd "$srcdir/$pkgname-$pkgver"