Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
pdfarranger
Commits:
ae96bb00 by Antonio Rojas at 2025-06-11T23:02:18+02:00
upgpkg: 1.12.1-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = pdfarranger
pkgdesc = Helps merge or split PDF documents and rotate, crop and
rearrange pages
- pkgver = 1.12.0
+ pkgver = 1.12.1
pkgrel = 1
url = https://github.com/pdfarranger/pdfarranger
arch = any
@@ -22,7 +22,7 @@ pkgbase = pdfarranger
depends = python-packaging
depends = python-pikepdf
optdepends = img2pdf: support for image files
- source = git+https://github.com/pdfarranger/pdfarranger#tag=1.12.0
- sha256sums =
a3ce56078fb428ce7b702d6838a4f9868a47286288fd279e4a1eba5e0ce22874
+ source = git+https://github.com/pdfarranger/pdfarranger#tag=1.12.1
+ sha256sums =
ae9449183a185af9a4ddff9b2eb782653dbeaf3985d85848ed55df4a5bce9f54
pkgname = pdfarranger
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Alois Nespor <alium at artixlinux.org>
pkgname=pdfarranger
-pkgver=1.12.0
+pkgver=1.12.1
pkgrel=1
pkgdesc='Helps merge or split PDF documents and rotate, crop and rearrange
pages'
arch=(any)
@@ -26,7 +26,7 @@ makedepends=(git
python-setuptools
python-wheel)
source=(git+https://github.com/pdfarranger/pdfarranger#tag=$pkgver)
-sha256sums=('a3ce56078fb428ce7b702d6838a4f9868a47286288fd279e4a1eba5e0ce22874')
+sha256sums=('ae9449183a185af9a4ddff9b2eb782653dbeaf3985d85848ed55df4a5bce9f54')
build () {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pdfarranger/-/commit/ae96bb0015365065e88021ee197d1dfde11e19b4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pdfarranger/-/commit/ae96bb0015365065e88021ee197d1dfde11e19b4
You're receiving this email because of your account on gitlab.archlinux.org.