Skip to content

Commit

Permalink
chore: bump to 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
M0Rf30 committed Sep 15, 2024
1 parent b601b02 commit 2c6ffa8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion libs/meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('libcie-pkcs11', 'cpp', 'c', version: '1.5.3', license: 'MIT')
project('libcie-pkcs11', 'cpp', 'c', version: '1.5.4', license: 'MIT')

add_project_arguments('-fPIC', language: 'cpp')

Expand Down
8 changes: 4 additions & 4 deletions packages/cie-middleware/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname="cie-middleware"
pkgver="1.5.3"
pkgver="1.5.4"
pkgrel="1"
pkgdesc="A fork of Middleware della CIE (Carta di Identità Elettronica) per Linux"
maintainer="M0Rf30"
Expand All @@ -11,7 +11,7 @@ priority="optional"
source=(
"https://github.com/M0Rf30/cie-middleware-linux/archive/refs/tags/${pkgver}.tar.gz"
"https://github.com/M0Rf30/cie-middleware-linux/releases/download/podofo-1.4.2/libpodofo-1.4.2.tar.gz"
"https://services.gradle.org/distributions/gradle-8.7-bin.zip"
"https://services.gradle.org/distributions/gradle-8.10-bin.zip"
)
source__pacman=(
"https://github.com/M0Rf30/cie-middleware-linux/archive/refs/tags/${pkgver}.tar.gz"
Expand Down Expand Up @@ -127,7 +127,7 @@ build__yum() {
"${srcdir}/${pkgname}-linux-${pkgver}/libs/lib"

cd "${srcdir}/${pkgname}-linux-${pkgver}"
../gradle-8.7/bin/gradle -b cie-java/build.gradle standalone
../gradle-8.10/bin/gradle -b cie-java/build.gradle standalone
meson setup builddir libs
meson configure -Dprefix=/usr builddir
meson compile -C builddir
Expand All @@ -140,7 +140,7 @@ build__apt() {
"${srcdir}/${pkgname}-linux-${pkgver}/libs/lib"

cd "${srcdir}/${pkgname}-linux-${pkgver}"
../gradle-8.7/bin/gradle -b cie-java/build.gradle standalone
../gradle-8.10/bin/gradle -b cie-java/build.gradle standalone

meson setup builddir libs
meson configure -Dprefix=/usr builddir
Expand Down

0 comments on commit 2c6ffa8

Please sign in to comment.