summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpingplug2022-08-07 11:47:02 +0800
committerpingplug2022-08-07 11:47:02 +0800
commitf6cc05f0d44f8396c79b64f430c559bf9b4713c5 (patch)
tree185c764f1011290584ecf36c5a784f7bcb0cad8b /PKGBUILD
parent5d92d750bf8c4d37ca0ea740ef29a6d573f360c1 (diff)
downloadaur-f6cc05f0d44f8396c79b64f430c559bf9b4713c5.tar.gz
updated to 22.08
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4b453cd448ae..67bce0268f36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
pkgname=mingw-w64-poppler
-pkgver=22.07.0
+pkgver=22.08.0
pkgrel=1
pkgdesc="PDF rendering library based on xpdf 3.0 (mingw-w64)"
arch=('any')
@@ -22,7 +22,7 @@ makedepends=('mingw-w64-cmake'
'python')
options=('!strip' 'staticlibs' '!buildflags')
source=("https://poppler.freedesktop.org/poppler-${pkgver}.tar.xz")
-sha256sums=('420230c5c43782e2151259b3e523e632f4861342aad70e7e20b8773d9eaf3428')
+sha256sums=('b493328721402f25cb7523f9cdc2f7d7c59f45ad999bde75c63c90604db0f20b')
prepare() {
cd "${srcdir}/poppler-${pkgver}/utils"