diff options
author | Vincent | 2017-09-21 23:59:42 +0200 |
---|---|---|
committer | Vincent | 2017-09-21 23:59:42 +0200 |
commit | d67fdf6d3db2c7a7925ffb57191a242c41e807c6 (patch) | |
tree | 91ce114c388d5342b24b0830a3b6cd0eb69eaea4 | |
parent | 859e938bdf834b73e4b6d7a047b761a3667b14a2 (diff) | |
download | aur-d67fdf6d3db2c7a7925ffb57191a242c41e807c6.tar.gz |
new release 0.9.7
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 7 |
2 files changed, 7 insertions, 8 deletions
@@ -1,7 +1,7 @@ pkgbase = siril pkgdesc = An astronomical image processing software for Linux. (IRIS clone) - pkgver = 0.9.6 - pkgrel = 2 + pkgver = 0.9.7 + pkgrel = 1 url = https://free-astro.org/index.php/Siril arch = i686 arch = x86_64 @@ -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.6.tar.bz2 - sha1sums = 5ce59ccf4c9785e025cbf896657b025a0b368b33 + source = https://free-astro.org/download/siril-0.9.7.tar.bz2 + sha1sums = ebfc63341885e5af96e3eea21045fd552cb258d5 pkgname = siril @@ -1,7 +1,7 @@ # Maintainer: Vincent Hourdin <vh|at|free-astro=DOT=vinvin.tf> pkgname=siril -pkgver=0.9.6 -pkgrel=2 +pkgver=0.9.7 +pkgrel=1 pkgdesc="An astronomical image processing software for Linux. (IRIS clone)" arch=('i686' 'x86_64') license=('GPLv3') @@ -18,7 +18,7 @@ optdepends=('libpng: PNG import' _pkgname="${pkgname}-${pkgver}" source=("https://free-astro.org/download/${_pkgname}.tar.bz2") -sha1sums=('5ce59ccf4c9785e025cbf896657b025a0b368b33') +sha1sums=('ebfc63341885e5af96e3eea21045fd552cb258d5') build() { cd "${_pkgname}" @@ -34,4 +34,3 @@ package() { install -v -m 644 platform-specific/linux/org.free-astro.siril.desktop ${pkgdir}/usr/share/applications/ install -v -m 644 platform-specific/linux/siril.xml ${pkgdir}/usr/share/mime/packages/ } - |