summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b292a631884..dbcd40ccdff2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Arvedui <arvedui@posteo.de>
pkgname=python-feedgen
_pkgname=feedgen
-pkgver=0.7.0
+pkgver=0.8.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"
@@ -11,7 +11,7 @@ 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=('e431f10cef4a0ea705c176fe64290fa3')
+md5sums=('8dba1a947c08ef1d698ca582aac6c1f7')
package() {
cd $srcdir/${_pkgname}-${pkgver}