summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÓscar García Amor2021-05-18 14:57:35 +0200
committerÓscar García Amor2021-05-18 14:57:35 +0200
commit1d7d9419fef54d6a6ae56cf29cf4d3e54ee33f79 (patch)
tree413b549cae78d109647510238e1607a6b71a81d1
parentc11cbb34c1fb071b47da72d5be66b81c9d727bfd (diff)
downloadaur-1d7d9419fef54d6a6ae56cf29cf4d3e54ee33f79.tar.gz
upgpkg: autofirma 1.6.5-3
Add conflict with autofirma-git
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10b924dee07b..d2b233f659fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = autofirma
makedepends = maven
depends = java-runtime
conflicts = autofirma-bin
+ conflicts = autofirma-git
source = autofirma-1.6.5.tar.gz::https://github.com/ctt-gob-es/clienteafirma/archive/v1.6.5.tar.gz
source = autofirma
source = autofirma.desktop
diff --git a/PKGBUILD b/PKGBUILD
index e2214c8183aa..5ea9615d98b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ url='https://firmaelectronica.gob.es/'
license=('GPL' 'custom:EUPL')
depends=('java-runtime')
makedepends=('jdk11-openjdk' 'maven')
-conflicts=('autofirma-bin')
+conflicts=('autofirma-bin' 'autofirma-git')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ctt-gob-es/${_pkgname}/archive/v${pkgver}.tar.gz"
"autofirma"
"autofirma.desktop"