summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b11915c756bf..4a9ef044cc09 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = celestia-addon-spitzer_space_telescope
pkgdesc = Celestia addon: Spacecraft: Earth Orbit: Spitzer Space Telescope
pkgver = 1
- pkgrel = 1
- url = http://www.celestiamotherlode.net/catalog/show_addon_details.php?addon_id=301
+ pkgrel = 2
+ url = https://www.celestiamotherlode.net/addon/addon_301.html
install = celestia-addon-spitzer_space_telescope.install
arch = any
- license = unknown, free
+ license = unknown
makedepends = unzip
depends = celestia
conflicts = celestia-addon-spitzer-space-telescope
- source = http://celestiamotherlode.net/creators/jackhiggins/spitzermodel.zip
- source = http://celestiamotherlode.net/creators/jackhiggins/spitzer.zip
+ source = https://celestiamotherlode.net/creators/jackhiggins/spitzermodel.zip
+ source = https://celestiamotherlode.net/creators/jackhiggins/spitzer.zip
md5sums = c8930d2e2b500e0a92c209c256abc97e
md5sums = 127b14520d848bf1ef322e0864e8c50c
diff --git a/PKGBUILD b/PKGBUILD
index 290fcd37f41b..431a6eb53654 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=celestia-addon-spitzer_space_telescope
pkgver=1
-pkgrel=1
+pkgrel=2
pkgdesc="Celestia addon: Spacecraft: Earth Orbit: Spitzer Space Telescope"
arch=('any')
-url='http://www.celestiamotherlode.net/catalog/show_addon_details.php?addon_id=301'
-license=('unknown, free')
+url='https://www.celestiamotherlode.net/addon/addon_301.html'
+license=('unknown')
depends=('celestia')
makedepends=('unzip')
conflicts=('celestia-addon-spitzer-space-telescope')
-source=('http://celestiamotherlode.net/creators/jackhiggins/spitzermodel.zip'
- 'http://celestiamotherlode.net/creators/jackhiggins/spitzer.zip')
+source=('https://celestiamotherlode.net/creators/jackhiggins/spitzermodel.zip'
+ 'https://celestiamotherlode.net/creators/jackhiggins/spitzer.zip')
install="${pkgname}.install"
package() {