summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMithicSpirit2023-02-13 22:59:14 -0500
committerMithicSpirit2023-02-13 22:59:14 -0500
commit3544881d48e9957a06f8da9990aa5f8f499031c4 (patch)
tree82066b7498f6b409630ed3022fb6ee21337eae62
parent76f7bbf891f1147b208c572460ae4f230a4a6178 (diff)
downloadaur-3544881d48e9957a06f8da9990aa5f8f499031c4.tar.gz
HACK: set epoch
-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')