summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Jost2014-05-02 10:25:14 +0200
committerThomas Jost2015-06-11 14:56:31 +0200
commit1b65f9f35fa34f3b71065f2dea1ee053ddb6317a (patch)
treebbfbbf0d1c379323c24dc15036ea61c7da023a50
parent44a1f4f3587b75ea6e4e47468b9160ef7bca2261 (diff)
downloadaur-1b65f9f35fa34f3b71065f2dea1ee053ddb6317a.tar.gz
distribute --> setuptools
-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')