summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent2018-02-03 13:49:37 +0100
committerVincent2018-02-03 13:49:37 +0100
commite3278cac4934150ccd1148aa183d208aa79e34bc (patch)
tree541f8f6226a951697acb968cf5e1b436a1e4a206
parentd67fdf6d3db2c7a7925ffb57191a242c41e807c6 (diff)
downloadaur-e3278cac4934150ccd1148aa183d208aa79e34bc.tar.gz
bump to 0.9.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 536e2a137cfb..d5dbdace508e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = siril
pkgdesc = An astronomical image processing software for Linux. (IRIS clone)
- pkgver = 0.9.7
+ pkgver = 0.9.8
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.7.tar.bz2
- sha1sums = ebfc63341885e5af96e3eea21045fd552cb258d5
+ source = https://free-astro.org/download/siril-0.9.8.tar.bz2
+ sha1sums = 0cd3017954fed6277b2a4e1c7b0d13239f6b85f3
pkgname = siril
diff --git a/PKGBUILD b/PKGBUILD
index 28a0e43aa7d1..80291e3ebcdf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vincent Hourdin <vh|at|free-astro=DOT=vinvin.tf>
pkgname=siril
-pkgver=0.9.7
+pkgver=0.9.8
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=('ebfc63341885e5af96e3eea21045fd552cb258d5')
+sha1sums=('0cd3017954fed6277b2a4e1c7b0d13239f6b85f3')
build() {
cd "${_pkgname}"