summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70952cc6d6b1..d49681aaba3f 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 = 1
+ pkgrel = 2
url = https://github.com/ipfs/go-ipfs
install = go-ipfs-git.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 780219a46e17..adfc7d64e1be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ DEBUG=0
_pkgname=go-ipfs
pkgname=$_pkgname-git
pkgver=0.13.0rc1.r18.ga72753bad
-pkgrel=1
+pkgrel=2
pkgdesc='A peer-to-peer hypermedia distribution protocol'
url="https://github.com/ipfs/$_pkgname"