summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJuma7C92021-02-21 18:02:26 +0100
committerJuma7C92021-02-21 18:02:26 +0100
commitdd806ae7939c604f780c76db11af29bd876b8102 (patch)
treeb391323d785326580c950b0c74d757e065b0b255 /PKGBUILD
parent199989707b30810bc4a1387d0290b60aba12e583 (diff)
downloadaur-dd806ae7939c604f780c76db11af29bd876b8102.tar.gz
v1.3.1-3: added package rename notice
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 018eda10b3fa..b98c55f96a02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=cie-middleware
pkgver=1.3.1
-pkgrel=2
+pkgrel=3
pkgdesc="Middleware della CIE (Carta di Identità Elettronica) per Linux"
arch=('x86_64')
url="https://developers.italia.it/it/cie"
license=('BSD')
depends=('gcc-libs' 'glibc' 'openssl' 'java-runtime' 'pcsclite')
-conflicts=("${pkgname}-git")
+conflicts=("${pkgname}-bin" "${pkgname}-git")
install="${pkgname}.install"
source=("https://github.com/italia/${pkgname}-linux/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"