Package Details: where-is-m13 2.3-3

Git Clone URL: https://aur.archlinux.org/where-is-m13.git (read-only, click to copy)
Package Base: where-is-m13
Description: Application to visualize the locations and physical properties of deep sky objects.
Upstream URL: http://www.thinkastronomy.com/M13/index.html
Keywords: Astronomy Galaxy Sky Space
Licenses: Custom:ThinkAstronomy
Submitter: TheChickenMan
Maintainer: TheChickenMan
Last Packager: TheChickenMan
Votes: 1
Popularity: 0.000000
First Submitted: 2016-06-29 20:02 (UTC)
Last Updated: 2017-09-18 01:02 (UTC)

Dependencies (1)

Required by (0)

Sources (2)

Latest Comments

Mr.Smith1974 commented on 2022-10-02 04:52 (UTC) (edited on 2022-10-02 04:53 (UTC) by Mr.Smith1974)

site http://www.thinkastronomy.com/ is not available.

==> ERROR: Failure while downloading http://www.thinkastronomy.com/M13/downloads/WhereIsM13_2.3.zip Aborting... -> error downloading sources: where-is-m13 context: exit status 1

katt commented on 2021-04-25 18:43 (UTC)

The website is down but source is archived on archive.org, to get this to build you'll need to change the source:

diff --git a/PKGBUILD b/PKGBUILD
index 0620ad5..3065a42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@

 pkgname=where-is-m13
 pkgver=2.3
-pkgrel=3
+pkgrel=4
 pkgdesc="Application to visualize the locations and physical properties of deep sky objects."
 arch=('any')
 url="http://www.thinkastronomy.com/M13/index.html"
 license=('Custom:ThinkAstronomy')
 depends=('java-runtime')
-source=("$pkgname-$pkgver.zip"::"http://www.thinkastronomy.com/M13/downloads/WhereIsM13_$pkgver.zip"
+source=("$pkgname-$pkgver.zip"::"https://web.archive.org/web/20190106015838/http://www.thinkastronomy.com/M13/downloads/WhereIsM13_$pkgver.zip"
         "$pkgname-$pkgver-icons.tar.gz"::"https://github.com/Poultryphile/$pkgname-icons/archive/icons-$pkgver.tar.gz")
 sha256sums=("b9152359584a7f2283560559fdf35348e018254ae965cdbfa624c662687ccadc"
             "cf39f4f68a3e231fc8cbae0b7a68f38d3a556d96e80bba65e9c6b75bc2bedaf1")