summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoron Behar2019-01-07 09:28:16 +0100
committerDoron Behar2019-01-07 09:28:16 +0100
commit5f144ae7601b663fb834c716da7d823bd9c4bcb9 (patch)
treeba714fe672b8e30aab51038aae3fe2c05c2dc9d0
parent50697ebe2365b6c243a1b52500c18d799b23f4cd (diff)
downloadaur-5f144ae7601b663fb834c716da7d823bd9c4bcb9.tar.gz
Use version in source tar ball
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e85329871ebe..88803f55b838 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,7 @@ pkgbase = gnuastro
depends = libtiff
depends = libtool
depends = libjpeg
- source = http://ftp.gnu.org/gnu/gnuastro/gnuastro-latest.tar.gz
+ source = http://ftp.gnu.org/gnu/gnuastro/gnuastro-0.8.tar.gz
md5sums = 1f9fe021bf153ac7291af95c95e2d716
pkgname = gnuastro
diff --git a/PKGBUILD b/PKGBUILD
index 2760f6de1214..3b87357a8550 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ 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}-latest.tar.gz")
+source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz")
md5sums=('1f9fe021bf153ac7291af95c95e2d716')
prepare() {