Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

pkgbase=poppler
pkgname=('poppler' 'poppler-glib' 'poppler-qt6')
pkgver=26.04.0
# 2025.09.19
_testdata_commit=9d5011815a14c157ba25bb160187842fb81579a5
pkgrel=2
pkgver=26.08.0
# 2026.08.14
_testdata_commit=48b6219b84fc0a708040cb279d51095cc4e1c603
pkgrel=1
pkgdesc='A PDF rendering library based on the xpdf-3.0 code base'
arch=(x86_64 aarch64 riscv64 loongarch64)
license=('GPL-2.0-only'
Expand All @@ -24,8 +24,8 @@ url="https://poppler.freedesktop.org/"
source=(https://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.xz
test::git+https://gitlab.freedesktop.org/poppler/test.git#commit=$_testdata_commit
)
sha256sums=('b0955163114af96bc0106f68cb24daf973a629462453d8b82775f81b0d4e0693'
'9a76c2c50aae30b1bde5400ae78e9444111161a141c1f606fd01ca8a09df4d8e')
sha256sums=('dc906e68cea698109706ac6aa3d2c9d4512fcfcac42d90b8afcda486d1b9abd0'
'b4a9235420ac49bd8e7d7b38dad7747b04127051cf6b318bf6de836d9ac97a6a')

build() {
cmake -B build -S "$pkgname-$pkgver" \
Expand Down