Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
img2pdf
Commits:
aac62727 by Antonio Rojas at 2023-11-29T09:39:04+01:00
upgpkg: 0.5.1-1: Update to 0.5.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = img2pdf
pkgdesc = Losslessly convert raster images to PDF
- pkgver = 0.5.0
+ pkgver = 0.5.1
pkgrel = 1
url = https://gitlab.mister-muffin.de/josch/img2pdf
arch = any
@@ -23,7 +23,7 @@ pkgbase = img2pdf
makedepends = python-wheel
depends = python-pillow
depends = python-pikepdf
- source =
https://files.pythonhosted.org/packages/source/i/img2pdf/img2pdf-0.5.0.tar.gz
- sha256sums =
ae6c19731bde2551356c178bf356ca118ac32a232c737a14b423f8039df3c24b
+ source =
https://files.pythonhosted.org/packages/source/i/img2pdf/img2pdf-0.5.1.tar.gz
+ sha256sums =
73847e47242f4b5bd113c70049e03e03212936c2727cd2a8bf564229a67d0b95
pkgname = img2pdf
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Bruno Pagani <[email protected]>
pkgname=img2pdf
-pkgver=0.5.0
+pkgver=0.5.1
pkgrel=1
pkgdesc="Losslessly convert raster images to PDF"
arch=(any)
@@ -12,7 +12,7 @@ makedepends=(python-build python-installer python-setuptools
python-wheel)
checkdepends=(python-pytest python-numpy python-scipy python-lxml
colord ghostscript imagemagick mupdf-tools openjpeg2 poppler
perl-image-exiftool netpbm)
source=(https://files.pythonhosted.org/packages/source/i/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('ae6c19731bde2551356c178bf356ca118ac32a232c737a14b423f8039df3c24b')
+sha256sums=('73847e47242f4b5bd113c70049e03e03212936c2727cd2a8bf564229a67d0b95')
build() {
cd ${pkgname}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/img2pdf/-/commit/aac6272776b709f6c80e2de0673c07b696e4758f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/img2pdf/-/commit/aac6272776b709f6c80e2de0673c07b696e4758f
You're receiving this email because of your account on gitlab.archlinux.org.