summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"