summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSanskritFritz2021-04-03 20:51:37 +0200
committerSanskritFritz2021-04-03 20:51:37 +0200
commit5515b84d6a5997e008d42e4f45b15e946ad28132 (patch)
tree390cf2dcfb85fa86a4c2a90ce3647ead3ac2598a /PKGBUILD
parent3a8e8d6897df642426ca10bf9169cdd5530d553a (diff)
downloadaur-celestia-addon-millenium_falcon.tar.gz
celestiamotherlode.net is back!
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
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/"
}