summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordesbma2021-10-20 13:45:05 +0200
committerdesbma2021-10-20 13:45:05 +0200
commit64eeebf274b1a7080a3b30ff56431d6bb37c8e29 (patch)
tree691c84a1f060eaaad789232db892ba988e2db1bf
parent0a8f073c3a46c5bbda2bde1624b788f266fc3e84 (diff)
downloadaur-64eeebf274b1a7080a3b30ff56431d6bb37c8e29.tar.gz
Allow building on aarch64
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10cfef287641..e856bed94975 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,9 @@
pkgbase = gotify-desktop
pkgdesc = Small Gotify daemon to send messages as desktop notifications
pkgver = 1.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/desbma/gotify-desktop
+ arch = aarch64
arch = x86_64
license = GPL
makedepends = rust
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')