summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenneth Endfinger2020-01-13 20:32:23 -0500
committerKenneth Endfinger2020-01-13 20:32:23 -0500
commit0304ec9aad4876e6a0386138f95a0dc38c93acee (patch)
tree41c35ccbb5f801720c83df557fc389a583999941
parentbebf283f23b0a884684830bfb883071fba4f3482 (diff)
downloadaur-0304ec9aad4876e6a0386138f95a0dc38c93acee.tar.gz
Fix architecture in PKGBUILD
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 479f47752cd4..14406730eda1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,13 @@
pkgbase = algernon
pkgdesc = Web server with Lua, Markdown, QUIC, Redis and PostgreSQL support
pkgver = 1.12.6
- pkgrel = 1
+ pkgrel = 2
url = https://algernon.roboticoverlords.org/
- arch = any
+ arch = i686
+ arch = x86_64
+ arch = armv6h
+ arch = armv7h
+ arch = aarch64
license = MIT
makedepends = git
makedepends = go
diff --git a/PKGBUILD b/PKGBUILD
index 6bb487d6d27a..53d54014dc5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=algernon
pkgver=1.12.6
-pkgrel=1
+pkgrel=2
pkgdesc='Web server with Lua, Markdown, QUIC, Redis and PostgreSQL support'
-arch=('any')
+arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url='https://algernon.roboticoverlords.org/'
license=(MIT)
makedepends=(git go)