summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 73432fbae526..68ac266d8dd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Source: https://github.com/zancarius/archlinux-pkgbuilds
pkgname=python2-pynliner
-pkgver=0.7.1
+pkgver=0.8.0
pkgrel=1
pkgdesc="Python CSS-to-inline-styles conversion tool for HTML using BeautifulSoup and cssutils."
arch=(any)
@@ -13,8 +13,8 @@ url="http://pypi.python.org/pypi/pynliner"
license=(MIT)
depends=(python2 python2-beautifulsoup4 python2-cssutils)
makedepends=(python2-setuptools)
-source=("https://pypi.python.org/packages/source/p/pynliner/pynliner-${pkgver}.tar.gz")
-md5sums=(968bf2eee2331c1d52a23232c281d344)
+source=("https://pypi.python.org/packages/f1/06/9b7fee106d273f663f452435864b14416af923254a7a8a33469e98140810/pynliner-${pkgver}.tar.gz#md5=b276fa4fd3999c362bf65cfb76fa1ed1")
+md5sums=('b276fa4fd3999c362bf65cfb76fa1ed1')
package () {
cd "${srcdir}/pynliner-${pkgver}"