summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Cerny2023-12-28 09:45:25 +0100
committerJan Cerny2023-12-28 09:45:25 +0100
commit33b7ec9c0fb1ff871651fce65431a6ca24e140d9 (patch)
tree82578513199e58c1ba268ca075f3bcb089f65fb2
parent0be2cbadb0b80a26b40eff22de8e210dc74054b7 (diff)
downloadaur-33b7ec9c0fb1ff871651fce65431a6ca24e140d9.tar.gz
Add ARM sources
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD12
2 files changed, 17 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8215537aab10..a226460f83d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = astrodmx-capture
pkgdesc = AstroDMx Capture Astronomical Imaging
pkgver = 2.4.1
- pkgrel = 1
+ pkgrel = 2
url = https://www.astrodmx-capture.org.uk/
install = astrodmx-capture.install
arch = x86_64
+ arch = aarch64
+ arch = armv7h
license = custom
depends = glibc>=2.27
depends = libgphoto2
@@ -33,7 +35,11 @@ pkgbase = astrodmx-capture
depends = cairo
depends = libwebcam-git
options = !strip
- source = https://www.astrodmx-capture.org.uk/downloads/astrodmx/current/x86-64/astrodmx-capture_2.4.1_x86-64-manual.tar.gz
- sha256sums = c4ff38d28a45b3dac7df14fc37637c4fb49ae68f2bea47aaeaa4e58623bf7ee5
+ source_x86_64 = https://www.astrodmx-capture.org.uk/downloads/astrodmx/current/x86-64/astrodmx-capture_2.4.1_x86-64-manual.tar.gz
+ sha256sums_x86_64 = c4ff38d28a45b3dac7df14fc37637c4fb49ae68f2bea47aaeaa4e58623bf7ee5
+ source_aarch64 = https://www.astrodmx-capture.org.uk/downloads/astrodmx/current/rpi/astrodmx-glibc-2.28_2.4.1_manual-aarch64.tar.gz
+ sha256sums_aarch64 = c6a4e24398c3b29bbdc0536a82e40131d2dc6c24370f53e3128161b61fab4345
+ source_armv7h = https://www.astrodmx-capture.org.uk/downloads/astrodmx/current/rpi/astrodmx-glibc-2.28_2.4.1_manual-armhf.tar.gz
+ sha256sums_armv7h = 88633213f3e2a6adc0034272ddaed3bb8866466f319825bdc6aa2d9641a0142d
pkgname = astrodmx-capture
diff --git a/PKGBUILD b/PKGBUILD
index f926a714afa9..45d74a64deb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
pkgname=astrodmx-capture
pkgver=2.4.1
-pkgrel=1
+pkgrel=2
pkgdesc="AstroDMx Capture Astronomical Imaging"
-arch=('x86_64')
+arch=('x86_64' 'aarch64' 'armv7h')
url="https://www.astrodmx-capture.org.uk/"
# No licence file available in package, see https://www.linux-astro-imaging.uk/linux/astronomy/linux-downloads
# for details.
@@ -43,8 +43,12 @@ depends=('glibc>=2.27'
# The Author, Nicola, is now copying new releases into both the `current` and `old` folders so that we
# can maintain a constant path the file. Hopefully this will allow us to continue installing older versions
# without breakage after a new version is released. Thanks Nicola!
-source=("https://www.astrodmx-capture.org.uk/downloads/astrodmx/current/x86-64/astrodmx-capture_${pkgver}_x86-64-manual.tar.gz")
-sha256sums=("c4ff38d28a45b3dac7df14fc37637c4fb49ae68f2bea47aaeaa4e58623bf7ee5")
+source_x86_64=("https://www.astrodmx-capture.org.uk/downloads/astrodmx/current/x86-64/astrodmx-capture_${pkgver}_x86-64-manual.tar.gz")
+sha256sums_x86_64=("c4ff38d28a45b3dac7df14fc37637c4fb49ae68f2bea47aaeaa4e58623bf7ee5")
+source_aarch64=("https://www.astrodmx-capture.org.uk/downloads/astrodmx/current/rpi/astrodmx-glibc-2.28_${pkgver}_manual-aarch64.tar.gz")
+sha256sums_aarch64=("c6a4e24398c3b29bbdc0536a82e40131d2dc6c24370f53e3128161b61fab4345")
+source_armv7h=("https://www.astrodmx-capture.org.uk/downloads/astrodmx/current/rpi/astrodmx-glibc-2.28_${pkgver}_manual-armhf.tar.gz")
+sha256sums_armv7h=("88633213f3e2a6adc0034272ddaed3bb8866466f319825bdc6aa2d9641a0142d")
_instdir="/opt/AstroDMx-Capture"
_prefix="AstroDMx-${pkgver}-manual"