summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBenjamin A. Shelton2016-08-02 11:10:46 -0600
committerBenjamin A. Shelton2016-08-02 11:10:46 -0600
commit7e32eb52e4045f2d273e7a9396f7db99c3b2a19b (patch)
tree96b8828eaf03132949e53c43c91d5fee77cb5f86 /PKGBUILD
parentb8b35125d2837cafdd3e8a2a49172ec0ea1ed87c (diff)
downloadaur-7e32eb52e4045f2d273e7a9396f7db99c3b2a19b.tar.gz
Bumped version to 0.7.1.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f56a948366bf..73432fbae526 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Source: https://github.com/zancarius/archlinux-pkgbuilds
pkgname=python2-pynliner
-pkgver=0.5.2
+pkgver=0.7.1
pkgrel=1
pkgdesc="Python CSS-to-inline-styles conversion tool for HTML using BeautifulSoup and cssutils."
arch=(any)
@@ -14,10 +14,9 @@ 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=(5a0b85aa5448c8f8d14fb58e5ab1c3c1)
+md5sums=(968bf2eee2331c1d52a23232c281d344)
package () {
-
cd "${srcdir}/pynliner-${pkgver}"
python2 setup.py install --root="${pkgdir}/" --optimize=1