summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12ed7e8ac6a4..b69ddadfc803 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = siril
pkgdesc = An astronomical image processing software for Linux. (IRIS clone)
pkgver = 0.9.3
- pkgrel = 1
+ pkgrel = 2
url = https://free-astro.org/index.php/Siril
arch = i686
arch = x86_64
@@ -19,7 +19,7 @@ pkgbase = siril
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.3.tar.bz2
- sha1sums = 20144eb3ae0a16bcf9897c9dc2eec282b8426198
+ sha1sums = 3af3c521d5d746fa65bece3bacfb561ae6c5d12e
pkgname = siril
diff --git a/PKGBUILD b/PKGBUILD
index 707da32820c3..4c3dc4d9a655 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vincent Hourdin <vh|at|free-astro=DOT=vinvin.tf>
pkgname=siril
pkgver=0.9.3
-pkgrel=1
+pkgrel=2
pkgdesc="An astronomical image processing software for Linux. (IRIS clone)"
arch=('i686' 'x86_64')
license=('GPLv3')
@@ -19,7 +19,7 @@ optdepends=('libpng: PNG import'
_pkgname="${pkgname}-${pkgver}"
source=("https://free-astro.org/download/${_pkgname}.tar.bz2")
-sha1sums=('20144eb3ae0a16bcf9897c9dc2eec282b8426198')
+sha1sums=('3af3c521d5d746fa65bece3bacfb561ae6c5d12e')
build() {
cd "${_pkgname}"