summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 249b6a96ff42..6973e4301bb5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
+# Generated by mksrcinfo v8
+# Tue Dec 22 21:32:03 UTC 2015
pkgbase = idris-lightyear-git
pkgdesc = Parser combinators for Idris
pkgver = 122.04e8747
pkgrel = 1
url = https://github.com/ziman/lightyear
- arch = i686
- arch = x86_64
+ arch = any
license = custom:BSD3
depends = idris
source = git://github.com/ziman/lightyear.git
diff --git a/PKGBUILD b/PKGBUILD
index d1972c11741b..a31895b362bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="Parser combinators for Idris"
url="https://github.com/$_authorName/$_gitname"
license=('custom:BSD3')
-arch=('i686' 'x86_64')
+arch=('any')
depends=('idris')
source=("git://github.com/$_authorName/$_gitname.git")
md5sums=('SKIP')