summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 336424e14b57..53325f48844a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = go-ipfs-git
pkgdesc = A peer-to-peer hypermedia distribution protocol
- pkgver = 0.5.1.r97.g31ca7ce24
+ pkgver = 0.5.1.r107.g167c83497
pkgrel = 1
url = https://github.com/ipfs/go-ipfs
arch = i686
@@ -13,7 +13,6 @@ pkgbase = go-ipfs-git
optdepends = bash-completion: bash completion support
provides = go-ipfs
conflicts = go-ipfs
- conflicts = go-pie
source = git+https://github.com/ipfs/go-ipfs.git
b2sums = SKIP
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')