summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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)