summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorArvedui2019-02-22 14:07:50 +0100
committerArvedui2019-02-22 14:07:50 +0100
commitaa76ce2f516b4eb3f1efde063745de6a9965a6ed (patch)
tree637bfbc09e145f1a9e7d1fecfaeeae2196c61a61 /PKGBUILD
parent5b3f7d9e8c4ead57a61b4b2ebc98039909ced775 (diff)
downloadaur-aa76ce2f516b4eb3f1efde063745de6a9965a6ed.tar.gz
upgpkg: python-feedgen 0.7.0-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 953dd259a8ac..8b292a631884 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
# Maintainer: Conrad Sachweh <conrad+aur@spamthis.space>
+# Maintainer: Arvedui <arvedui@posteo.de>
pkgname=python-feedgen
_pkgname=feedgen
-pkgver=0.6.1
-pkgrel=2
+pkgver=0.7.0
+pkgrel=1
pkgdesc="This module can be used to generate web feeds in both ATOM and RSS format. It has support for extensions. Included is for example an extension to produce Podcasts."
url="http://lkiesow.github.io/python-feedgen"
arch=('any')
-license=('BSD' 'GPL')
+license=('BSD' 'LGPL3')
depends=('python' 'python-lxml' 'python-dateutil')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-md5sums=('0356a7500222b7cb283fa02a5960a19b')
+md5sums=('e431f10cef4a0ea705c176fe64290fa3')
package() {
cd $srcdir/${_pkgname}-${pkgver}