summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRubenKelevra2022-05-14 20:03:49 +0200
committerRubenKelevra2022-05-14 20:03:49 +0200
commitdddf85ee90a99f3f744299cc90262c7a00955f5a (patch)
tree4185f60a05a708069cf98f8d30f6447dcfde62ab
parentd81b84c67eae70f51df02522c82a87451b54bb5e (diff)
downloadaur-dddf85ee90a99f3f744299cc90262c7a00955f5a.tar.gz
update to epoch 1
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1a5c71420b9..9f0d8877dc51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,6 +2,7 @@ pkgbase = go-ipfs-git
pkgdesc = A peer-to-peer hypermedia distribution protocol
pkgver = latest
pkgrel = 1
+ epoch = 1
url = https://github.com/ipfs/go-ipfs
install = go-ipfs-git.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index b83a64293d46..8656fc53dfc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,6 +14,7 @@ _pkgname=go-ipfs
pkgname=$_pkgname-git
pkgver=latest
pkgrel=1
+epoch=1
pkgdesc='A peer-to-peer hypermedia distribution protocol'
url="https://github.com/ipfs/$_pkgname"