Update package version to 25.09.1
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Gitlab repository
|
||||
REPO="poppler/poppler"
|
||||
|
||||
# Replace slash with URL encoded representation
|
||||
REPO=$(echo "$REPO" | sed 's|/|%2F|g')
|
||||
|
||||
# Get tag name using Gitlab Rest API
|
||||
TAG_NAME=$(curl -s -L https://gitlab.freedesktop.org/api/v4/projects/"$REPO"/repository/tags | jq -r '.[0].name')
|
||||
|
||||
# Trim prefix
|
||||
VERSION=${TAG_NAME//poppler-/}
|
||||
|
||||
echo "$VERSION"
|
||||
@@ -1,10 +1,9 @@
|
||||
name: poppler
|
||||
description: PDF rendering library based on the xpdf-3.0 code base
|
||||
version: 25.03.0
|
||||
revision: 2
|
||||
version: 25.09.1
|
||||
url: https://poppler.freedesktop.org/
|
||||
license: GPL2-only,GPL3-or-later,HPND-sell-variant,LGPL2-or-later,LGPL2.1-or-later,MIT
|
||||
architecture: any
|
||||
depends: ["cairo","curl","fontconfig","freetype2","gcc-libs","glib","glibc","icu","lcms2","libjpeg-turbo","libpng","libtiff","nspr","nss","openjpeg","zlib"]
|
||||
depends: ["cairo","curl","fontconfig","freetype2","gcc-libs","glib","glibc","gpgmepp","icu","lcms2","libjpeg-turbo","libpng","libtiff","nspr","nss","openjpeg","zlib"]
|
||||
make_depends: ["boost","cmake","gobject-introspection","poppler-data","python3","qt6-base"]
|
||||
type: source
|
||||
|
||||
Reference in New Issue
Block a user