summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanskritFritz2021-04-03 20:51:37 +0200
committerSanskritFritz2021-04-03 20:51:37 +0200
commit5515b84d6a5997e008d42e4f45b15e946ad28132 (patch)
tree390cf2dcfb85fa86a4c2a90ce3647ead3ac2598a
parent3a8e8d6897df642426ca10bf9169cdd5530d553a (diff)
downloadaur-celestia-addon-millenium_falcon.tar.gz
celestiamotherlode.net is back!
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 166ff5159338..5e70c0cebdf7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = celestia-addon-millenium_falcon
pkgdesc = Celestia addon: Fictional: Star Wars: Millenium Falcon
pkgver = 1
- pkgrel = 1
- url = http://www.celestiamotherlode.net/catalog/show_addon_details.php?addon_id=159
+ pkgrel = 2
+ url = https://www.celestiamotherlode.net/addon/addon_159.html
arch = any
- license = unknown, free
+ license = unknown
makedepends = unzip
depends = celestia
depends = celestia-addon-tatooine_endor_deathstar
conflicts = celestia-addon-millenium-falcon
- source = http://celestiamotherlode.net/creators/jestr/SW-Falcon.zip
+ source = https://celestiamotherlode.net/creators/jestr/SW-Falcon.zip
md5sums = 43d21711998265e8bff5704398625d0c
pkgname = celestia-addon-millenium_falcon
diff --git a/PKGBUILD b/PKGBUILD
index 3e9151e2f5ff..fb4e32e5cb59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
pkgname=celestia-addon-millenium_falcon
pkgver=1
-pkgrel=1
+pkgrel=2
pkgdesc="Celestia addon: Fictional: Star Wars: Millenium Falcon"
arch=('any')
-url='http://www.celestiamotherlode.net/catalog/show_addon_details.php?addon_id=159'
-license=('unknown, free')
+url='https://www.celestiamotherlode.net/addon/addon_159.html'
+license=('unknown')
depends=('celestia' 'celestia-addon-tatooine_endor_deathstar')
makedepends=('unzip')
conflicts=('celestia-addon-millenium-falcon')
-source=('http://celestiamotherlode.net/creators/jestr/SW-Falcon.zip')
+source=('https://celestiamotherlode.net/creators/jestr/SW-Falcon.zip')
package() {
- mkdir --parents "$pkgdir/usr/share/celestia/extras"
+ mkdir --parents "$pkgdir/usr/share/celestia/extras/SW-Falcon/"{models,textures/medres}
cp --recursive "$srcdir/SW-Falcon/" "$pkgdir/usr/share/celestia/extras/"
}