summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRubenKelevra2022-05-05 19:50:27 +0200
committerRubenKelevra2022-05-05 19:50:27 +0200
commita4fc16c7cd3ca32e1303371b3eaa308f3af3de9e (patch)
tree3ae3de5bfd9665e48a25a8e52d1bc0036765ffc6 /PKGBUILD
parentb5a6f2926ff4be3f2b6e01b4cb308614b53bf980 (diff)
downloadaur-a4fc16c7cd3ca32e1303371b3eaa308f3af3de9e.tar.gz
remove fix again
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ec45eecea5de..fe918147b9ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
_pkgname=go-ipfs
pkgname=$_pkgname-git
-pkgver=0.12.1.r413.g282ac7f1f
-pkgrel=2
+pkgver=0.13.0rc1.r2.gb72125522
+pkgrel=1
pkgdesc='A peer-to-peer hypermedia distribution protocol'
url="https://github.com/ipfs/$_pkgname"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
@@ -29,8 +29,6 @@ prepare() {
export PATH="$PATH:$GOPATH/bin"
# fix for broken version
chmod u+w -R "$GOPATH"
- # fix for #8819
- go get github.com/lucas-clemente/quic-go@v0.26.0
go get -d -v ./...
}