summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 131c8227a8b3..c81e2182b59b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-weasyprint
pkgdesc = Converts web documents (HTML, CSS, SVG, ...) to PDF.
- pkgver = 0.23
- pkgrel = 2
+ pkgver = 0.28
+ pkgrel = 1
url = http://weasyprint.org/
arch = any
license = BSD
@@ -20,8 +20,8 @@ pkgbase = python-weasyprint
depends = python-cffi
depends = python-cairocffi
depends = python-pyphen
- source = http://pypi.python.org/packages/source/W/WeasyPrint/WeasyPrint-0.23.tar.gz
- md5sums = 4b66302fa685f5e183a5f912eccb02e0
+ source = https://github.com/Kozea/WeasyPrint/archive/v0.28.tar.gz
+ md5sums = 5c085284675f49476e4acebe7b488f83
pkgname = python-weasyprint
diff --git a/PKGBUILD b/PKGBUILD
index e7959a479ae2..510547a5619e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Florijan Hamzic <florijanh at gmail dot com>
_pypi_name='WeasyPrint'
-pkgver=0.23
-pkgrel=2
+pkgver=0.28
+pkgrel=1
pkgdesc="Converts web documents (HTML, CSS, SVG, ...) to PDF."
license=('BSD')
arch=('any')
@@ -14,8 +14,8 @@ depends=('python' 'pango>=1.29.3' 'gdk-pixbuf2>=2.25' 'python-gobject'
pkgname="python-weasyprint"
_pypi_name_inital=$(echo ${_pypi_name}|cut -c1)
-source=("http://pypi.python.org/packages/source/${_pypi_name_inital}/${_pypi_name}/${_pypi_name}-${pkgver}.tar.gz")
-md5sums=('4b66302fa685f5e183a5f912eccb02e0')
+source=("https://github.com/Kozea/WeasyPrint/archive/v${pkgver}.tar.gz")
+md5sums=('5c085284675f49476e4acebe7b488f83')
package() {