summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÓscar García Amor2021-05-18 14:44:54 +0200
committerÓscar García Amor2021-05-18 14:44:54 +0200
commitd6d7b1a86d637ef591ac5f1912c1603448f081e9 (patch)
tree886aa6cd7eecbc4193cdb4bb0884d49fa2c1cefb
parent141394e3b35de8d6d76d1e6ef3c42d991b8441cb (diff)
downloadaur-d6d7b1a86d637ef591ac5f1912c1603448f081e9.tar.gz
upgpkg: autofirma-bin 1.6.5-4
Remove nss dependency because nss is mandatory for java-runtime
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e800ae8bb764..fbace0b08054 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,6 @@ pkgbase = autofirma-bin
license = GPL
license = custom:EUPL
depends = java-runtime
- depends = nss
conflicts = autofirma
source = autofirma-bin-1.6.5.zip::https://sede.xunta.gal/ficheiros/autofirma/AutoFirma_Linux.zip
source = autofirma
diff --git a/PKGBUILD b/PKGBUILD
index e632da40f624..e73b50adfdf1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='Cliente de firma electrónica ofrecido por la Administración Pública'
arch=('any')
url='https://firmaelectronica.gob.es/'
license=('GPL' 'custom:EUPL')
-depends=('java-runtime' 'nss')
+depends=('java-runtime')
conflicts=('autofirma')
source=("${pkgname}-${pkgver}.zip::https://sede.xunta.gal/ficheiros/autofirma/AutoFirma_Linux.zip"
"autofirma"