summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d08a206670e7..aec3bdfeff59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = noaa-apt
pkgdesc = NOAA APT image decoder with GUI
pkgver = 1.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/martinber/noaa-apt
- arch = x86_64
+ arch = x86_64
+ arch = aarch64
license = GPL3
makedepends = cargo
depends = gsl
diff --git a/PKGBUILD b/PKGBUILD
index 1099c07ad458..4b1170d52e7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname='noaa-apt'
pkgdesc='NOAA APT image decoder with GUI'
pkgver=1.2.0
-pkgrel=1
-arch=('x86_64')
+pkgrel=2
+arch=('x86_64' 'aarch64')
url="https://github.com/martinber/${pkgname}"
license=('GPL3')
depends=('gsl' 'gtk3')