summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
author@RubenKelevra2022-03-25 14:54:42 +0100
committer@RubenKelevra2022-03-25 14:54:42 +0100
commit923377c4dfa4ff8063caf51ca19ba7c22fdc46c4 (patch)
treea453f73ca794d335d3d34a56651300b13d5ed081 /PKGBUILD
parent2533c4c767d9e4fcdc3feb7c882138d51858674f (diff)
downloadaur-923377c4dfa4ff8063caf51ca19ba7c22fdc46c4.tar.gz
make go 1.18 incompatible, as it's not building ATM with this version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ef8e21d1fad1..b07dffd7a497 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
_pkgname=go-ipfs
pkgname=$_pkgname-git
-pkgver=0.9.0.r48.g970a0b414
+pkgver=0.12.1.r406.ga61c53f87
pkgrel=1
pkgdesc='A peer-to-peer hypermedia distribution protocol'
url="https://github.com/ipfs/$_pkgname"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
license=('MIT')
-makedepends=("go>=2:1.14.4-1" git)
+makedepends=("go>=2:1.14.4-1" "go<2:1.18" git)
optdepends=('fuse2: for mounting/advanced use'
'bash-completion: bash completion support')
provides=("$_pkgname")