mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
testing/pcsc-cyberjack: fix version format
This commit is contained in:
parent
2eff453b91
commit
a62369e7f6
@ -1,10 +1,9 @@
|
||||
# Maintainer: André Klitzing <aklitzing@gmail.com>
|
||||
pkgname=pcsc-cyberjack
|
||||
pkgver=3.99.5
|
||||
_sp=SP11
|
||||
_pkgver=${pkgver}_${_sp}
|
||||
_filever=${pkgver}final.${_sp}
|
||||
pkgrel=1
|
||||
pkgver=3.99.5_p11
|
||||
_pkgver=${pkgver/_p/_SP}
|
||||
_filever=${_pkgver%_SP*}final.${_pkgver#*_}
|
||||
pkgrel=0
|
||||
pkgdesc="PCSC driver for Reiner SCT cyberjack card reader"
|
||||
url="http://www.reiner-sct.com/"
|
||||
arch="all"
|
||||
|
Loading…
Reference in New Issue
Block a user