summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--abs/core/python_modules/python-pyrss2gen/PKGBUILD6
-rw-r--r--abs/core/python_modules/python-pyrss2gen/__changelog2
2 files changed, 3 insertions, 5 deletions
diff --git a/abs/core/python_modules/python-pyrss2gen/PKGBUILD b/abs/core/python_modules/python-pyrss2gen/PKGBUILD
index 69258ca..e11d4ee 100644
--- a/abs/core/python_modules/python-pyrss2gen/PKGBUILD
+++ b/abs/core/python_modules/python-pyrss2gen/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Chris Warrick <aur@chriswarrick.com>
pkgbase=python-pyrss2gen
-pkgname=('python2-pyrss2gen')
+pkgname=('python-pyrss2gen' 'python2-pyrss2gen')
_pyname=PyRSS2Gen
pkgver=1.1
-pkgrel=6
+pkgrel=7
pkgdesc='A Python library for generating RSS 2.0 feeds.'
arch=('any')
url="http://www.dalkescientific.com/Python/PyRSS2Gen.html"
license=('BSD')
-makedepends=('python2' 'python2-setuptools')
+makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
options=(!emptydirs)
source=("http://www.dalkescientific.com/Python/${_pyname}-${pkgver}.tar.gz")
md5sums=("c56b9453d52b0a70be4f3e95112058aa")
diff --git a/abs/core/python_modules/python-pyrss2gen/__changelog b/abs/core/python_modules/python-pyrss2gen/__changelog
deleted file mode 100644
index 4f818ef..0000000
--- a/abs/core/python_modules/python-pyrss2gen/__changelog
+++ /dev/null
@@ -1,2 +0,0 @@
-PKGBUILD: don't build py 3 stuff
-