summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
author@RubenKelevra2020-05-20 04:04:36 +0200
committer@RubenKelevra2020-05-20 04:04:36 +0200
commit83bae655d78d76b4579ef3eb2efe0dad7c04558a (patch)
treed52eab03409acfa0a00b706758ffcf554fa67f28 /PKGBUILD
parent978135188b97b06c8038fe8c6f1d945809bf21a4 (diff)
downloadaur-83bae655d78d76b4579ef3eb2efe0dad7c04558a.tar.gz
make this package compatible with the offical sources again (go-pie conflict)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cced288f531b..20a5c6b5fb29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_pkgname=go-ipfs
pkgname=$_pkgname-git
-pkgver=0.5.1.r97.g31ca7ce24
+pkgver=0.5.1.r107.g167c83497
pkgrel=1
pkgdesc='A peer-to-peer hypermedia distribution protocol'
url="https://github.com/ipfs/$_pkgname"
@@ -16,7 +16,7 @@ makedepends=("go>=2:1.14.2-1" git)
optdepends=('fuse2: for mounting/advanced use'
'bash-completion: bash completion support')
provides=("$_pkgname")
-conflicts=("$_pkgname" go-pie)
+conflicts=("$_pkgname")
source=("git+${url}.git")
b2sums=('SKIP')