Compare commits

...

2 Commits

2 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@
pkgbase=it-cie-tools-bin
pkgname=( 'it-cie-lib-bin' 'cieid-bin' )
pkgver=1.4.3.2
pkgver=1.4.3.7
pkgrel=1
pkgdesc="CIE 3.0 PKCS11 Middleware for Italian Electronic Identity Card - Binaries from .deb"
arch=('x86_64')
@ -13,16 +13,16 @@ options=('!strip')
depends=('ccid' 'opensc' 'pcsc-tools')
ARCH='amd64'
md5sums=('bdd884713c61a64aba1c97eb5f4cc14f'
'79ab9ea336a1fbc1b590d58ffb1fc909')
source=('https://github.com/italia/cie-middleware-linux/releases/download/1.4.3.1/CIE-Middleware-1.4.3-2.amd64.deb'
'cieid.desktop')
source=('https://github.com/italia/cie-middleware-linux/releases/download/1.4.3.7/CIE-Middleware-1.4.3-7.amd64.deb'
'cieid.desktop')
sha256sums=('3f51958d02d9e66c8add0f55a7e3ad64bb086f0d676a9289a765d4a8cb660d26'
'1ddf5a6ee0665d8daa9b31d23f33458761a8196b1a1f44786e22710429c445df')
build() {
pkgsrc=$srcdir/$pkgbase-$pkgver
mkdir $pkgsrc
ar -xv CIE-Middleware-1.4.3-2.amd64.deb || return 1
ar -xv CIE-Middleware-1.4.3-7.amd64.deb || return 1
tar -xvf data.tar.[xg]z -C $pkgsrc || return 1
}

View File

@ -1,7 +1,7 @@
[Desktop Entry]
Name=CIE ID
Version=1.0
Exec=java -Xms1G -Xmx1G -Djna.library.path=".:/usr/lib" -classpath "/opt/CIEID/cieid.jar" it.ipzs.cieid.MainApplication
Exec=java -Xms1G -Xmx1G -Djna.library.path=".:/usr/lib" -classpath "/opt/CIEID/cieid.jar" it.ipzs.cieid.MainApplication
Comment=CIE ID
Icon=/opt/CIEID/logo_circle.png
Type=Application