summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Černý2024-04-28 10:04:19 +0200
committerJan Černý2024-04-28 10:04:19 +0200
commit8a3f679409d55c5cbde3a78c4d20d241d0190fa4 (patch)
tree1618eda29a5c28671c08ecf640bad7632afb32dd
parent157ce0e06ab72973b7a33e011773fc80e12cbe73 (diff)
downloadaur-astrodmx-capture.tar.gz
Fix source URL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 802b65179b2b..3e0a38775f2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = astrodmx-capture
pkgdesc = AstroDMx Capture Astronomical Imaging
pkgver = 2.7.1
- pkgrel = 2
+ pkgrel = 3
url = https://www.astrodmx-capture.org.uk/
install = astrodmx-capture.install
arch = x86_64
@@ -35,7 +35,7 @@ pkgbase = astrodmx-capture
depends = cairo
depends = libwebcam-git
options = !strip
- source_x86_64 = https://www.astrodmx-capture.org.uk/downloads/astrodmx/current/linux-x86-64/astrodmx-capture_2.7.1_x86-64-manual.tar.gz
+ source_x86_64 = https://www.astrodmx-capture.org.uk/downloads/astrodmx/current/linux-x86_64/astrodmx-capture_2.7.1_x86-64-manual.tar.gz
sha256sums_x86_64 = 3e978ab57c15f1b88d922587936b0e2bb97c1f4989a9d2dcf0ed20ca53ac0627
source_aarch64 = https://www.astrodmx-capture.org.uk/downloads/astrodmx/current/linux-arm/astrodmx-glibc-2.28_2.7.1_manual-aarch64.tar.gz
sha256sums_aarch64 = f5e46584bfd907543ea562a0c1b059e133dab1d89e5775f3cd9992cc4f1a761e
diff --git a/PKGBUILD b/PKGBUILD
index 59a7b664d124..610a1614b456 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=astrodmx-capture
pkgver=2.7.1
-pkgrel=2
+pkgrel=3
pkgdesc="AstroDMx Capture Astronomical Imaging"
arch=('x86_64' 'aarch64' 'armv7h')
url="https://www.astrodmx-capture.org.uk/"
@@ -43,7 +43,7 @@ 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_x86_64=("https://www.astrodmx-capture.org.uk/downloads/astrodmx/current/linux-x86-64/astrodmx-capture_${pkgver}_x86-64-manual.tar.gz")
+source_x86_64=("https://www.astrodmx-capture.org.uk/downloads/astrodmx/current/linux-x86_64/astrodmx-capture_${pkgver}_x86-64-manual.tar.gz")
sha256sums_x86_64=("3e978ab57c15f1b88d922587936b0e2bb97c1f4989a9d2dcf0ed20ca53ac0627")
source_aarch64=("https://www.astrodmx-capture.org.uk/downloads/astrodmx/current/linux-arm/astrodmx-glibc-2.28_${pkgver}_manual-aarch64.tar.gz")
sha256sums_aarch64=("f5e46584bfd907543ea562a0c1b059e133dab1d89e5775f3cd9992cc4f1a761e")