summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBenjamin A. Shelton2017-02-19 13:55:52 -0700
committerBenjamin A. Shelton2017-02-19 13:55:52 -0700
commitd9e5e2676f141a7b65c80892dd225a46c17931c9 (patch)
tree37447c23f71f93a1f755988ac9caed997fb2fb97 /PKGBUILD
parent7e32eb52e4045f2d273e7a9396f7db99c3b2a19b (diff)
downloadaur-python2-pynliner.tar.gz
Bumped version (v0.8.0).
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}"