diff options
author | Michael Laß | 2025-01-23 18:03:21 +0100 |
---|---|---|
committer | Michael Laß | 2025-01-23 18:03:21 +0100 |
commit | fddbc58a5bf1f56e075d047f8fe3c46e37b91d04 (patch) | |
tree | d365bd3e93a25416c82f6cd53c825a970a1a0667 | |
parent | 1e1a3298e50e06597b874251bd53569842a52e49 (diff) | |
download | aur-fddbc58a5bf1f56e075d047f8fe3c46e37b91d04.tar.gz |
Update to 1.2.6
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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/" |