Date: Sunday, November 25, 2018 @ 10:12:29 Author: archange Revision: 409679
upgpkg: img2pdf 0.3.2-1 Modified: img2pdf/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-11-25 10:10:03 UTC (rev 409678) +++ PKGBUILD 2018-11-25 10:12:29 UTC (rev 409679) @@ -1,7 +1,7 @@ # Maintainer: Bruno Pagani <[email protected]> pkgname=img2pdf -pkgver=0.3.1 +pkgver=0.3.2 pkgrel=1 pkgdesc="Losslessly convert raster images to PDF" arch=('any') @@ -9,7 +9,7 @@ license=('LGPL3') depends=('python-pillow' 'python-setuptools') source=("https://files.pythonhosted.org/packages/source/i/${pkgname}/${pkgname}-${pkgver}.tar.gz") -sha256sums=('4409c12293eca94fdcd8e0da1ad2392b6ee3adfcedf438bb8b685924dc1b3a1c') +sha256sums=('28eaf39e90997979893c4e64be5b23c8fbb1122688a28df127c957388b7d9d1f') build() { cd ${pkgname}-${pkgver}
