Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
img2pdf
Commits:
c72996fd by Antonio Rojas at 2025-03-02T23:26:10+01:00
upgpkg: 0.6.0-1: Update to 0.6.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = img2pdf
pkgdesc = Losslessly convert raster images to PDF
- pkgver = 0.5.1
- pkgrel = 3
+ pkgver = 0.6.0
+ pkgrel = 1
url = https://gitlab.mister-muffin.de/josch/img2pdf
arch = any
license = LGPL3
@@ -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.1.tar.gz
- sha256sums =
73847e47242f4b5bd113c70049e03e03212936c2727cd2a8bf564229a67d0b95
+ source =
https://files.pythonhosted.org/packages/source/i/img2pdf/img2pdf-0.6.0.tar.gz
+ sha256sums =
85a89b8abdeef9ef033508aed0d9f1e84fd6d0130e864e2c523f948ec45365e1
pkgname = img2pdf
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Bruno Pagani <[email protected]>
pkgname=img2pdf
-pkgver=0.5.1
-pkgrel=3
+pkgver=0.6.0
+pkgrel=1
pkgdesc="Losslessly convert raster images to PDF"
arch=(any)
url="https://gitlab.mister-muffin.de/josch/img2pdf"
@@ -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=('73847e47242f4b5bd113c70049e03e03212936c2727cd2a8bf564229a67d0b95')
+sha256sums=('85a89b8abdeef9ef033508aed0d9f1e84fd6d0130e864e2c523f948ec45365e1')
build() {
cd ${pkgname}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/img2pdf/-/commit/c72996fd20d33de4d680483f6945e353ae907787
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/img2pdf/-/commit/c72996fd20d33de4d680483f6945e353ae907787
You're receiving this email because of your account on gitlab.archlinux.org.