summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf94758707c7..3962005c359b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,6 +2,7 @@ pkgbase = idris2-git
pkgdesc = A purely functional programming language with first class types
pkgver = latest
pkgrel = 1
+ epoch = 1
url = https://www.idris-lang.org/
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index c6a5f7e8c8ef..0bf757bae220 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,6 +5,7 @@ _pkgname=idris2
pkgname=$_pkgname-git
pkgver=latest
pkgrel=1
+epoch=1 # HACK: remove when adding to AUR
pkgdesc='A purely functional programming language with first class types'
url='https://www.idris-lang.org/'
license=('custom')