summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAvinash H. Duduskar2021-10-01 08:34:04 +0530
committerAvinash H. Duduskar2021-10-01 08:34:04 +0530
commitf3a5f121a7f1442fb16afbe58c2315ba9cf31c91 (patch)
tree46ad4f48141b33609d8e1c57f0765605eea363c9
parente43bafb29d686656a037553fafa6f6d027cfc8bc (diff)
downloadaur-f3a5f121a7f1442fb16afbe58c2315ba9cf31c91.tar.gz
Add provides to PKGBUILD
-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"