summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRubenKelevra2022-05-14 18:14:55 +0200
committerRubenKelevra2022-05-14 18:21:40 +0200
commitea91792744137b565ef68f02e965715d4ec935c8 (patch)
tree1e6e56734ce5a040ec144c12b145ea33da29068a
parentb1f687d7cf01983ee0e8cf0fb0b20577ad60fcbc (diff)
downloadaur-ea91792744137b565ef68f02e965715d4ec935c8.tar.gz
change pkgrel to 2
-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"