summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Hourdin2019-05-28 02:23:20 +0200
committerVincent Hourdin2019-05-28 02:23:20 +0200
commitc9703fa63c727d381e750ac1dc954a2d32486cca (patch)
treed80d4c58c00646b9a1a2f174ff599a63a3c03bf0
parentc771fdd6a0501129cf5326d031f05fdd6bbaceb7 (diff)
downloadaur-c9703fa63c727d381e750ac1dc954a2d32486cca.tar.gz
releasing 0.9.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ec6d9cec960..7cdcbbf7d669 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = siril
pkgdesc = An astronomical image processing software for Linux. (IRIS clone)
- pkgver = 0.9.10
+ pkgver = 0.9.11
pkgrel = 1
url = https://free-astro.org/index.php/Siril
arch = i686
@@ -20,8 +20,8 @@ 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-0.9.10.tar.bz2
- sha1sums = 5be59d908fd76a73fd8e544cd46c3bfe54dd19d8
+ source = https://free-astro.org/download/siril-0.9.11.tar.bz2
+ sha1sums = c4678215025c1cf95fd1d4cc1682896d157ed02a
pkgname = siril
diff --git a/PKGBUILD b/PKGBUILD
index 215d72c79dc4..151ac700bfb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vincent Hourdin <vh|at|free-astro=DOT=vinvin.tf>
pkgname=siril
-pkgver=0.9.10
+pkgver=0.9.11
pkgrel=1
pkgdesc="An astronomical image processing software for Linux. (IRIS clone)"
arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@ optdepends=('libpng: PNG import'
_pkgname="${pkgname}-${pkgver}"
source=("https://free-astro.org/download/${_pkgname}.tar.bz2")
-sha1sums=('5be59d908fd76a73fd8e544cd46c3bfe54dd19d8')
+sha1sums=('c4678215025c1cf95fd1d4cc1682896d157ed02a')
build() {
cd "${pkgname}"