summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Wojdyła2023-10-22 01:32:28 +0200
committerMichał Wojdyła2023-10-22 01:32:28 +0200
commit846df390a46a830e0d7df64911b577b849d9ca92 (patch)
tree6c107b34dbf0d970e64423b353b7519cf9969b4f
parentd60016af96c3cad332725084d028b886ced45b71 (diff)
downloadaur-846df390a46a830e0d7df64911b577b849d9ca92.tar.gz
update to 0.21
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96c266b59681..7d50fcd6456f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnuastro
pkgdesc = Various programs and library functions for the manipulation and analysis of astronomical data
- pkgver = 0.20
+ pkgver = 0.21
pkgrel = 1
url = https://www.gnu.org/software/gnuastro/
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = gnuastro
depends = ghostscript
depends = libjpeg
optdepends = ds9: for astscript-fits-view
- source = http://ftp.gnu.org/gnu/gnuastro/gnuastro-0.20.tar.gz
- md5sums = d86093722727c79546886e76150643d3
+ source = http://ftp.gnu.org/gnu/gnuastro/gnuastro-0.21.tar.gz
+ md5sums = 5630a8d7faef03dd5e891c372c44c999
pkgname = gnuastro
diff --git a/PKGBUILD b/PKGBUILD
index b7868c9a40da..b2161df219e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Doron Behar <doron.behar@gmail.com>
pkgname=gnuastro
-pkgver=0.20
+pkgver=0.21
pkgrel=1
pkgdesc='Various programs and library functions for the manipulation and analysis of astronomical data'
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('gsl' 'wcslib' 'libgit2' 'ghostscript' 'libjpeg')
optdepends=('ds9: for astscript-fits-view')
url='https://www.gnu.org/software/gnuastro/'
source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('d86093722727c79546886e76150643d3')
+md5sums=('5630a8d7faef03dd5e891c372c44c999')
prepare() {
cd $pkgname-$pkgver