summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRubenKelevra2022-07-06 22:44:43 +0200
committerRubenKelevra2022-07-06 22:44:43 +0200
commit17466b0037ead7b4e98bf609f24e4257756c1834 (patch)
tree0f4661ba5724966d5749c8c2de584b3b9d883c0b
parentc363d0a1c40abc18e68d2a1075dd66ff139ba8f9 (diff)
downloadaur-go-ipfs-git.tar.gz
pinning version to 0.13.1, as commit afterwards are breaking the build process due to refactoring going on
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06770c73f8ae..6dea796e1360 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = go-ipfs-git
pkgdesc = A peer-to-peer hypermedia distribution protocol
- pkgver = 0.13.0.r38.g88d88158c
- pkgrel = 2
- epoch = 1
+ pkgver = 0.13.1.r0.g8ffc7a8a6
+ pkgrel = 1
+ epoch = 2
url = https://github.com/ipfs/go-ipfs
install = go-ipfs-git.install
arch = i686
@@ -16,7 +16,7 @@ pkgbase = go-ipfs-git
optdepends = bash-completion: bash completion support
provides = go-ipfs
conflicts = go-ipfs
- source = git+https://github.com/ipfs/go-ipfs.git
+ source = git+https://github.com/ipfs/go-ipfs.git#tag=v0.13.1
source = rb.patch
source = strip.patch
b2sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a1a6f90b1259..1c3ef902a616 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,9 +12,9 @@ DEBUG=0
_pkgname=go-ipfs
pkgname=$_pkgname-git
-pkgver=0.13.0.r38.g88d88158c
-pkgrel=2
-epoch=1
+pkgver=0.13.1.r0.g8ffc7a8a6
+pkgrel=1
+epoch=2
pkgdesc='A peer-to-peer hypermedia distribution protocol'
url="https://github.com/ipfs/$_pkgname"
@@ -28,7 +28,7 @@ optdepends=('bash-completion: bash completion support')
provides=("$_pkgname")
conflicts=("$_pkgname")
install="$pkgname.install"
-source=("git+$url.git"
+source=("git+$url.git#tag=v0.13.1"
# https://github.com/ipfs/go-ipfs/pull/8213#issuecomment-881866789
rb.patch
strip.patch)