summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 604b8f0b9176..ddea91531165 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = python-slugify
pkgdesc = A Python slugify application that handles unicode
pkgver = 0.0.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/un33k/python-slugify
arch = any
license = BSD
- makedepends = python-distribute
+ makedepends = python-setuptools
depends = python-unidecode>=0.04.12
source = http://pypi.python.org/packages/source/p/python-slugify/python-slugify-0.0.7.tar.gz
md5sums = dd9bc613a69a5cab7f18ae1c44848813
diff --git a/PKGBUILD b/PKGBUILD
index e2c1bbb94efa..148a92ca0274 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Andrey Mikhaylenko <neithere at gmail dot com>
pkgname=python-slugify
pkgver=0.0.7
-pkgrel=1
+pkgrel=2
pkgdesc="A Python slugify application that handles unicode"
arch=(any)
url="https://github.com/un33k/python-slugify"
@@ -10,7 +10,7 @@ license=('BSD')
depends=(
"python-unidecode>=0.04.12"
)
-makedepends=("python-distribute")
+makedepends=("python-setuptools")
source=(http://pypi.python.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('dd9bc613a69a5cab7f18ae1c44848813')