summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"