summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoron Behar2019-04-19 14:26:26 +0200
committerDoron Behar2019-04-19 14:26:26 +0200
commit4e81c00c6b390c5700f6d5ad62c6bb88ded464fb (patch)
tree81c2789792cd0f80e916b1c69f035219913b1620
parent5f144ae7601b663fb834c716da7d823bd9c4bcb9 (diff)
downloadaur-4e81c00c6b390c5700f6d5ad62c6bb88ded464fb.tar.gz
Update version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88803f55b838..3ba0570e9737 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnuastro
pkgdesc = Various programs and library functions for the manipulation and analysis of astronomical data
- pkgver = 0.8
- pkgrel = 2
+ pkgver = 0.9
+ pkgrel = 1
url = https://www.gnu.org/software/gnuastro/
arch = x86_64
license = GPL3
@@ -13,8 +13,8 @@ pkgbase = gnuastro
depends = libtiff
depends = libtool
depends = libjpeg
- source = http://ftp.gnu.org/gnu/gnuastro/gnuastro-0.8.tar.gz
- md5sums = 1f9fe021bf153ac7291af95c95e2d716
+ source = http://ftp.gnu.org/gnu/gnuastro/gnuastro-0.9.tar.gz
+ md5sums = 126ce3f3610a83208dbbfd6ef36342fa
pkgname = gnuastro
diff --git a/PKGBUILD b/PKGBUILD
index 3b87357a8550..57eb4dbe3346 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Doron Behar <doron.behar@gmail.com>
pkgname=gnuastro
-pkgver=0.8
-pkgrel=2
+pkgver=0.9
+pkgrel=1
pkgdesc='Various programs and library functions for the manipulation and analysis of astronomical data'
arch=('x86_64')
license=('GPL3')
depends=('gsl' 'cfitsio' 'wcslib' 'libgit2' 'ghostscript' 'libtiff' 'libtool' 'libjpeg')
url='https://www.gnu.org/software/gnuastro/'
source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('1f9fe021bf153ac7291af95c95e2d716')
+md5sums=('126ce3f3610a83208dbbfd6ef36342fa')
prepare() {
cd $pkgname-$pkgver