summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFernandez Ludovic2019-04-23 12:35:40 +0200
committerFernandez Ludovic2019-04-23 12:35:40 +0200
commit34573ecbe8e70da6583200e85d186c2c542f8715 (patch)
treea7ec64ca01c977b488eb1800f40a4ba78338b13a
parent1c0934aeb4d84515baa6eddd6d80d60d6acebb98 (diff)
downloadaur-34573ecbe8e70da6583200e85d186c2c542f8715.tar.gz
fix: remove conflict lego.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1fa695f07f7..a209f356b6f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lego
pkgdesc = Lets Encrypt client and ACME library written in Go
pkgver = v2.5.0
- pkgrel = 2
+ pkgrel = 3
url = https://go-acme.github.io/lego/
arch = x86_64
arch = i686
@@ -9,7 +9,6 @@ pkgbase = lego
arch = aarch64
license = MIT
provides = lego
- conflicts = lego
conflicts = lego-git
source_x86_64 = https://github.com/go-acme/lego/releases/download/v2.5.0/lego_v2.5.0_linux_amd64.tar.gz
sha256sums_x86_64 = fc798422f4e00975cd00ad95ab8c08af6249626ae40424e6a52e50e532f6ac57
diff --git a/PKGBUILD b/PKGBUILD
index 32c436285600..d043dcace242 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname='lego'
pkgver=v2.5.0
-pkgrel=2
+pkgrel=3
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}" "${pkgname}-git")
+conflicts=("${pkgname}-git")
depends=()
makedepends=()