summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordesbma2021-10-20 13:45:05 +0200
committerdesbma2021-10-20 13:45:05 +0200
commit64eeebf274b1a7080a3b30ff56431d6bb37c8e29 (patch)
tree691c84a1f060eaaad789232db892ba988e2db1bf /PKGBUILD
parent0a8f073c3a46c5bbda2bde1624b788f266fc3e84 (diff)
downloadaur-64eeebf274b1a7080a3b30ff56431d6bb37c8e29.tar.gz
Allow building on aarch64
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8303a0fe8389..47ca5adf9a0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# shellcheck disable=SC2034,SC2148,SC2154,SC2164
pkgname=gotify-desktop
pkgver=1.2.0
-pkgrel=1
+pkgrel=2
pkgdesc='Small Gotify daemon to send messages as desktop notifications '
-arch=('x86_64')
+arch=('aarch64' 'x86_64')
url="https://github.com/desbma/${pkgname}"
license=('GPL')
makedepends=('rust')