summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent2016-04-10 21:09:33 +0200
committerVincent2016-04-10 21:09:33 +0200
commit9b018c1fa1de79a3af1b7bc34ecfe0ae0a578328 (patch)
tree817c08b0a35c1520f4646e43db4ff0b0162c0e42
parent43bc8e562162ff1b2aef775ff636dc9702466597 (diff)
downloadaur-9b018c1fa1de79a3af1b7bc34ecfe0ae0a578328.tar.gz
releasing 0.9.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2efd875bc692..51f0d5b08a7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = siril
pkgdesc = An astronomical image processing software for Linux. (IRIS clone)
- pkgver = 0.9.2
+ pkgver = 0.9.3
pkgrel = 1
url = https://free-astro.org/index.php/Siril
arch = i686
@@ -18,8 +18,8 @@ pkgbase = siril
optdepends = giflib: animated GIF monochrome sequence export
optdepends = ffms2: films native support as image sequences and import
optdepends = opencv: rotate and resize images
- source = https://free-astro.org/download/siril-0.9.2.tar.bz2
- sha1sums = 092228a77d536269995a33ee52c505a0edf970ab
+ source = https://free-astro.org/download/siril-0.9.3.tar.bz2
+ sha1sums = 2dd678037184d0d1786054ed5f38fa08e527b3f3
pkgname = siril
diff --git a/PKGBUILD b/PKGBUILD
index c3971e6a59b4..d149df99e300 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vincent Hourdin <vh|at|free-astro=DOT=vinvin.tf>
pkgname=siril
-pkgver=0.9.2
+pkgver=0.9.3
pkgrel=1
pkgdesc="An astronomical image processing software for Linux. (IRIS clone)"
arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@ optdepends=('libpng: PNG import'
_pkgname="${pkgname}-${pkgver}"
source=("https://free-astro.org/download/${_pkgname}.tar.bz2")
-sha1sums=('092228a77d536269995a33ee52c505a0edf970ab')
+sha1sums=('2dd678037184d0d1786054ed5f38fa08e527b3f3')
build() {
cd "${_pkgname}"