summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent2018-06-07 20:15:38 +0200
committerVincent2018-06-07 20:15:38 +0200
commit5decc74074b00ab00a08f4943452840ee80c8752 (patch)
tree91ca2298099df62a7b90ce5d87dae012774c8162
parent827025a1f617f2b4fc63a016b57b407a8492fb7e (diff)
downloadaur-5decc74074b00ab00a08f4943452840ee80c8752.tar.gz
new upstream 0.9.9
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0630ab4bc8f..06d9b6f6e0ac 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.3
+ pkgver = 0.9.9
pkgrel = 1
url = https://free-astro.org/index.php/Siril
arch = i686
@@ -18,8 +18,9 @@ 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.3.tar.bz2
- sha1sums = e739ba3de1a66e7ea3a6d3de6c652fc528a90d40
+ optdepends = libcurl-gnutls: check for updates
+ source = https://free-astro.org/download/siril-0.9.9.tar.bz2
+ sha1sums = 2f7b1ebb204c02662ea0c12ea0bc16a4d04484fa
pkgname = siril
diff --git a/PKGBUILD b/PKGBUILD
index 62eed0baea3b..6b2836afec2a 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.3
+pkgver=0.9.9
pkgrel=1
pkgdesc="An astronomical image processing software for Linux. (IRIS clone)"
arch=('i686' 'x86_64')
@@ -13,12 +13,13 @@ optdepends=('libpng: PNG import'
'libtiff: TIFF import and export'
'libraw: DSLR RAW images import'
'ffms2: films native support as image sequences and import'
+'libcurl-gnutls: check for updates'
)
_pkgname="${pkgname}-${pkgver}"
source=("https://free-astro.org/download/${_pkgname}.tar.bz2")
-sha1sums=('e739ba3de1a66e7ea3a6d3de6c652fc528a90d40')
+sha1sums=('2f7b1ebb204c02662ea0c12ea0bc16a4d04484fa')
build() {
cd "${_pkgname}"