summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-Olivier Barre2022-07-04 15:07:12 +0200
committerMarc-Olivier Barre2022-07-04 15:07:12 +0200
commit6d04961bd9c90251c1a163c263745152fb66c3c2 (patch)
treea83fc69147190699691ce1cdc729b3f8a5f712dc
parentad67ca54d86e3085f7723e8a80b1a7488224f647 (diff)
downloadaur-6d04961bd9c90251c1a163c263745152fb66c3c2.tar.gz
Bump to 1.0.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3dc10c59f32f..57659f228fa1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = siril
pkgdesc = An astronomical image processing software for Linux. (IRIS clone)
- pkgver = 1.0.1
+ pkgver = 1.0.3
pkgrel = 1
url = https://www.siril.org/
arch = x86_64
@@ -24,7 +24,7 @@ pkgbase = siril
optdepends = ffms2: films native support as image sequences and import
optdepends = libcurl-gnutls: check for updates
optdepends = gnuplot: photometry graphs creation
- source = https://free-astro.org/download/siril-1.0.1.tar.bz2
- sha256sums = 88bd69dfef04a61a38a9a5a1b0d7e69e2f45321ce6d9ef61a617d8a1a52671cc
+ source = https://free-astro.org/download/siril-1.0.3.tar.bz2
+ sha256sums = 2fefa7b7e1378f4ba277818c92ec7c4fca1fdcaa6df95bb65aed0163750be2c6
pkgname = siril
diff --git a/PKGBUILD b/PKGBUILD
index d3354ff9f509..30a458231fc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Vincent Hourdin <vh|at|free-astro=DOT=vinvin.tf>
pkgname=siril
-pkgver='1.0.1'
+pkgver='1.0.3'
pkgrel=1
pkgdesc="An astronomical image processing software for Linux. (IRIS clone)"
arch=('x86_64')
@@ -19,7 +19,7 @@ optdepends=('libpng: PNG import'
'gnuplot: photometry graphs creation')
source=("https://free-astro.org/download/siril-${pkgver}.tar.bz2")
-sha256sums=('88bd69dfef04a61a38a9a5a1b0d7e69e2f45321ce6d9ef61a617d8a1a52671cc')
+sha256sums=('2fefa7b7e1378f4ba277818c92ec7c4fca1fdcaa6df95bb65aed0163750be2c6')
build() {
cd "$srcdir"