diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-04-12 11:19:10 -0400 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-09 14:27:15 -0300 |
commit | 5b14bf15d13109bead61906bad5968442a2789dc (patch) | |
tree | 089e011eedb55452411c12a3ec3413bfe6f4bfe5 /testing/py3-weasyprint | |
parent | 250d19e2524680ff26f9e360e92c0d831bc934b8 (diff) | |
download | aports-5b14bf15d13109bead61906bad5968442a2789dc.tar.bz2 aports-5b14bf15d13109bead61906bad5968442a2789dc.tar.xz |
testing/py3-weasyprint: update to 47
Diffstat (limited to 'testing/py3-weasyprint')
-rw-r--r-- | testing/py3-weasyprint/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py3-weasyprint/APKBUILD b/testing/py3-weasyprint/APKBUILD index ff7e0be127..7223522286 100644 --- a/testing/py3-weasyprint/APKBUILD +++ b/testing/py3-weasyprint/APKBUILD @@ -1,8 +1,8 @@ # Maintainer: Drew DeVault <sir@cmpwn.com> pkgname=py3-weasyprint _pyname=WeasyPrint -pkgver=46 -pkgrel=1 +pkgver=47 +pkgrel=0 pkgdesc="cairo-based HTML renderer for python" url="https://weasyprint.org" arch="noarch" @@ -31,4 +31,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="ad7c231458ca3dc08d7816bd5710469fac094b08c5202b99f54da660ecea8367509bc938be752088a2e1639d9d87137b0afb82bdf74f272adb7d88c7b8790d8b WeasyPrint-46.tar.gz" +sha512sums="1f840d997d33aebd2a8a4c2dafdfec0dfe13a97beda21438f69e28f6bfca8a6fcfe0496cb5a9fa4307e6807b23e2ba656093fe90e3fb2269a865e56a9a83fe1b WeasyPrint-47.tar.gz" |