summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e05027c0422..7300ca0d7601 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,9 @@ pkgbase = go-livepeer-bin
url = https://github.com/livepeer/go-livepeer
arch = x86_64
license = MIT
- conflicts = go-livepeer-git
+ provides = go-livepeer
+ provides = go-livepeer-bin
+ conflicts = go-livepeer
source = https://github.com/livepeer/go-livepeer/releases/download/v0.5.21/livepeer-linux-amd64.tar.gz
source = https://raw.githubusercontent.com/livepeer/go-livepeer/master/LICENSE
source = environment
diff --git a/PKGBUILD b/PKGBUILD
index a127085a45aa..055b02775e20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,8 @@ pkgdesc='Official Go binaries of the Livepeer protocol'
arch=('x86_64')
url='https://github.com/livepeer/go-livepeer'
license=('MIT')
-conflicts=('go-livepeer-git')
+conflicts=('go-livepeer')
+provides=('go-livepeer' 'go-livepeer-bin')
source=("https://github.com/livepeer/${_pkgname}/releases/download/v${pkgver}/livepeer-linux-amd64.tar.gz"
"https://raw.githubusercontent.com/livepeer/go-livepeer/master/LICENSE"
"environment"