summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRubenKelevra2022-05-14 20:01:46 +0200
committerRubenKelevra2022-05-14 20:01:46 +0200
commitd81b84c67eae70f51df02522c82a87451b54bb5e (patch)
tree2f7dba371576e8d2397156e9455676d1103d01b8
parent8dbd3b78aacbf38baf99d8826b6d53c7a2c2b47e (diff)
downloadaur-d81b84c67eae70f51df02522c82a87451b54bb5e.tar.gz
update to latest-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e01c7bec610..a1a5c71420b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = go-ipfs-git
pkgdesc = A peer-to-peer hypermedia distribution protocol
- pkgver = 0.13.0rc1.r18.ga72753bad
- pkgrel = 3
+ pkgver = latest
+ pkgrel = 1
url = https://github.com/ipfs/go-ipfs
install = go-ipfs-git.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index af3201da2c6b..b83a64293d46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,8 @@ DEBUG=0
_pkgname=go-ipfs
pkgname=$_pkgname-git
-pkgver=0.13.0rc1.r18.ga72753bad
-pkgrel=3
+pkgver=latest
+pkgrel=1
pkgdesc='A peer-to-peer hypermedia distribution protocol'
url="https://github.com/ipfs/$_pkgname"