summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec23a154ce1e..cefc2c805622 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = siril-appimage
pkgdesc = An astronomical image processing software for Linux. (IRIS clone). Appimage version.
- pkgver = 1.0.6
- pkgrel = 2
+ pkgver = 1.2.0
+ pkgrel = 1
url = https://www.siril.org/
arch = x86_64
license = GPL3
@@ -13,7 +13,7 @@ pkgbase = siril-appimage
optdepends = libcurl-gnutls: check for updates
optdepends = gnuplot: photometry graphs creation
options = !strip
- source = Siril-1.0.6-x86_64.AppImage::https://free-astro.org/download/Siril-1.0.6-x86_64.AppImage
- sha256sums = 2d97a05f250984bc27f7f38dacc518cd19c5dfbc55a1cd13a1f3792736dc3958
+ source = Siril-1.2.0-x86_64.AppImage::https://free-astro.org/download/Siril-1.2.0-x86_64.AppImage
+ sha256sums = 43460ac640b2901205114f16d3be7ea39484bef811c9d78ff1220b09127711e4
pkgname = siril-appimage
diff --git a/PKGBUILD b/PKGBUILD
index e72802ec0d99..e5c6854904e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
_pkgname=Siril
-_pkgver=1.0.6
+_pkgver=1.2.0
_appimage="${_pkgname}-${_pkgver}-x86_64.AppImage"
_desktopfile="org.free_astro.siril.desktop"
pkgname=siril-appimage
-pkgver='1.0.6'
-pkgrel=2
+pkgver='1.2.0'
+pkgrel=1
pkgdesc="An astronomical image processing software for Linux. (IRIS clone). Appimage version."
arch=('x86_64')
license=('GPL3')
@@ -20,7 +20,7 @@ optdepends=('libpng: PNG import'
'libcurl-gnutls: check for updates'
'gnuplot: photometry graphs creation')
source=("${_appimage}::https://free-astro.org/download/${_appimage}")
-sha256sums=('2d97a05f250984bc27f7f38dacc518cd19c5dfbc55a1cd13a1f3792736dc3958')
+sha256sums=('43460ac640b2901205114f16d3be7ea39484bef811c9d78ff1220b09127711e4')
prepare() {
chmod +x ${_appimage}