summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2022-05-10 00:40:06 +0200
committerAlexander F. Rødseth2022-05-10 00:40:06 +0200
commit4b68a82e7faa5dc42b4579510e5b8a487dc10f6d (patch)
treedc86849553d674f3751a2f41073663c272177eb2
parent14ed0bdbfa67fff7d59cb002a3327756eaed8bc4 (diff)
downloadaur-4b68a82e7faa5dc42b4579510e5b8a487dc10f6d.tar.gz
Support more architectures
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 539319efd688..0e6068dbc39e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,11 @@
pkgbase = algernon-bin
pkgdesc = Web server with Lua, Markdown, QUIC, Redis and PostgreSQL support
pkgver = 1.13.0
- pkgrel = 1
+ pkgrel = 2
url = https://algernon.roboticoverlords.org/
+ arch = aarch64
+ arch = armv6
+ arch = armv7
arch = x86_64
license = BSD
makedepends = go
diff --git a/PKGBUILD b/PKGBUILD
index 18517c276ed6..2f89e1b2bdaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=algernon-bin
pkgver=1.13.0
-pkgrel=1
+pkgrel=2
pkgdesc='Web server with Lua, Markdown, QUIC, Redis and PostgreSQL support'
-arch=(x86_64)
+arch=(aarch64 armv6 armv7 x86_64)
url='https://algernon.roboticoverlords.org/'
license=(BSD)
makedepends=(go)