poppler-glib: update to 22.11.0

This commit is contained in:
Juergen Daubert 2022-11-02 17:37:39 +01:00
parent e7f1b876c9
commit eb23ed9f87
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/ZM5h8A7fD2OzyVUMmceHV8bSP+mLGS62cEYod2B9cAi+k8S/cH5XTS+6I60wylhvh1vXIRxIXBHq8VchWkSzA4=
SHA256 (Pkgfile) = 6ff97360e5a701d3bd1616f8ad76226f1492135fa4ce782696ddda7e71d77720
RWSE3ohX2g5d/UinjLGEsTgqV8eeycwA/QsA5rHOdJeAvWuSzMYVg6GwvzKJwSNj50i/1ocsXLdH7ziJB94aFdiMAOBtBpywRws=
SHA256 (Pkgfile) = cbb479da4579e414e5e6c303575a053035e1cf19481dd5dd86c5735de04d39cf
SHA256 (.footprint) = a484b6836dd4c0c869f15751f446c33fc7f35570bc419a38c44f8da34e0dc00e
SHA256 (poppler-22.10.0.tar.xz) = 04e40fad924a6de62e63017a6fd4c04696c1f526dedc2ba5ef275cedf646292a
SHA256 (poppler-22.11.0.tar.xz) = 093ba9844ed774285517361c15e21a31ba4df278a499263d4403cca74f2da828

View File

@ -4,12 +4,12 @@
# Depends on: gobject-introspection poppler
name=poppler-glib
version=22.10.0
version=22.11.0
release=1
source=(https://poppler.freedesktop.org/poppler-$version.tar.xz)
build() {
cmake -S poppler-$version -B build\
cmake -S poppler-$version -B build -G Ninja \
-D CMAKE_BUILD_TYPE=Release \
-D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \
-D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \