summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent2018-02-22 22:52:56 +0100
committerVincent2018-02-22 22:52:56 +0100
commit827025a1f617f2b4fc63a016b57b407a8492fb7e (patch)
tree988c616ce3b04674e4506bbec3a495663d9917b7
parente3278cac4934150ccd1148aa183d208aa79e34bc (diff)
downloadaur-827025a1f617f2b4fc63a016b57b407a8492fb7e.tar.gz
upstream release 0.9.8.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5dbdace508e..d0630ab4bc8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = siril
pkgdesc = An astronomical image processing software for Linux. (IRIS clone)
- pkgver = 0.9.8
+ pkgver = 0.9.8.3
pkgrel = 1
url = https://free-astro.org/index.php/Siril
arch = i686
@@ -18,8 +18,8 @@ pkgbase = siril
optdepends = libtiff: TIFF import and export
optdepends = libraw: DSLR RAW images import
optdepends = ffms2: films native support as image sequences and import
- source = https://free-astro.org/download/siril-0.9.8.tar.bz2
- sha1sums = 0cd3017954fed6277b2a4e1c7b0d13239f6b85f3
+ source = https://free-astro.org/download/siril-0.9.8.3.tar.bz2
+ sha1sums = e739ba3de1a66e7ea3a6d3de6c652fc528a90d40
pkgname = siril
diff --git a/PKGBUILD b/PKGBUILD
index 80291e3ebcdf..62eed0baea3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vincent Hourdin <vh|at|free-astro=DOT=vinvin.tf>
pkgname=siril
-pkgver=0.9.8
+pkgver=0.9.8.3
pkgrel=1
pkgdesc="An astronomical image processing software for Linux. (IRIS clone)"
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ optdepends=('libpng: PNG import'
_pkgname="${pkgname}-${pkgver}"
source=("https://free-astro.org/download/${_pkgname}.tar.bz2")
-sha1sums=('0cd3017954fed6277b2a4e1c7b0d13239f6b85f3')
+sha1sums=('e739ba3de1a66e7ea3a6d3de6c652fc528a90d40')
build() {
cd "${_pkgname}"