summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFernandez Ludovic2020-05-15 16:49:50 +0200
committerFernandez Ludovic2020-05-15 16:49:50 +0200
commit88ef5cb6f94e49818c8622f3fbf9de520f7e9e17 (patch)
tree36decd655f6efc78fd76d9bb0aae7ad7fded1eb5
parentc78b8157adec2cc59c22b3cf52222f84ef0c7ff2 (diff)
downloadaur-88ef5cb6f94e49818c8622f3fbf9de520f7e9e17.tar.gz
chore: add lego-bin as conflict.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2296aff7901d..efb676a98833 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lego
pkgdesc = Lets Encrypt client and ACME library written in Go
pkgver = v3.7.0
- pkgrel = 1
+ pkgrel = 2
url = https://go-acme.github.io/lego/
arch = x86_64
arch = i686
@@ -10,6 +10,7 @@ pkgbase = lego
license = MIT
provides = lego
conflicts = lego-git
+ conflicts = lego-bin
source_x86_64 = https://github.com/go-acme/lego/releases/download/v3.7.0/lego_v3.7.0_linux_amd64.tar.gz
sha256sums_x86_64 = d2328f3e087c1465c2582d9d38c992cdab460a24a7a89d3260af83cd143a8b39
source_i686 = https://github.com/go-acme/lego/releases/download/v3.7.0/lego_v3.7.0_linux_386.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index b3a892aa2736..9ac8082b32f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname='lego'
pkgver=v3.7.0
-pkgrel=1
+pkgrel=2
pkgdesc='Lets Encrypt client and ACME library written in Go'
url='https://go-acme.github.io/lego/'
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
license=('MIT')
provides=("${pkgname}")
-conflicts=("${pkgname}-git")
+conflicts=("${pkgname}-git" "${pkgname}-bin")
depends=()
makedepends=()