summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Laß2025-01-23 18:03:21 +0100
committerMichael Laß2025-01-23 18:03:21 +0100
commitfddbc58a5bf1f56e075d047f8fe3c46e37b91d04 (patch)
treed365bd3e93a25416c82f6cd53c825a970a1a0667
parent1e1a3298e50e06597b874251bd53569842a52e49 (diff)
downloadaur-fddbc58a5bf1f56e075d047f8fe3c46e37b91d04.tar.gz
Update to 1.2.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57671ef7488e..659ff43af80d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = siril
pkgdesc = An astronomical image processing software for Linux. (IRIS clone)
- pkgver = 1.2.5
+ pkgver = 1.2.6
pkgrel = 1
url = https://www.siril.org/
arch = x86_64
@@ -29,7 +29,7 @@ pkgbase = siril
optdepends = ffmpeg: avi export support
optdepends = libgit2: git integration to sync with the official siril-scripts repository
options = !lto
- source = https://free-astro.org/download/siril-1.2.5.tar.bz2
- sha256sums = 698be7f689cffa0d657261f67990e7de7d02d527f999cedfa48af523dcd74270
+ source = https://free-astro.org/download/siril-1.2.6.tar.bz2
+ sha256sums = 312f82e78599f796d163a6d1c90589df1ed920b9ff2bb7ab5b808e43872817fa
pkgname = siril
diff --git a/PKGBUILD b/PKGBUILD
index 6f44b5f2af64..15d066e9cf8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Michael Lass <bevan@bi-co.net>
pkgname=siril
-pkgver='1.2.5'
+pkgver='1.2.6'
pkgrel=1
pkgdesc="An astronomical image processing software for Linux. (IRIS clone)"
url="https://www.siril.org/"
@@ -27,7 +27,7 @@ optdepends=('gvfs: web access'
options=(!lto)
source=("https://free-astro.org/download/siril-${pkgver}.tar.bz2")
-sha256sums=('698be7f689cffa0d657261f67990e7de7d02d527f999cedfa48af523dcd74270')
+sha256sums=('312f82e78599f796d163a6d1c90589df1ed920b9ff2bb7ab5b808e43872817fa')
build() {
cd "$srcdir/$pkgname-$pkgver/"