summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWren Baxter2023-06-15 15:34:38 -0400
committerWren Baxter2023-06-15 15:35:56 -0400
commit900257301972e97241d9a2266bb1c23359cc05fb (patch)
tree5ffd780aff98a68f29f4db3c90343a6b76b4828c
parent1ee7a0f62af104dc78859602601752cfbff21534 (diff)
downloadaur-900257301972e97241d9a2266bb1c23359cc05fb.tar.gz
moved astap to optdepends and added alternate versions
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD11
2 files changed, 16 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba9886754ee1..7a97d7d58d37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,16 @@
pkgbase = hyperleda-galaxy-db-astap
- pkgdesc = Massive database of galaxies and other non-star objects, for use with ASTAP
+ pkgdesc = Massive database of galaxies and other non-star objects
pkgver = 2019.5.3
- pkgrel = 3
+ pkgrel = 4
url = http://leda.univ-lyon1.fr/
arch = any
license = LGPL3
- depends = astap
+ optdepends = astap-bin: binary GTk version
+ optdepends = astap-bin-qt5: binary Qt version
+ optdepends = astap: sourced Qt version
+ optdepends = astap-cli: CLI version
+ optdepends = hnsky-hg: planetarium program, hg-version
+ optdepends = hnsky-bin: planetarium program, bin-version
source = hyperleda.deb::https://downloads.sourceforge.net/project/astap-program/star_databases/hyperleda.deb
sha256sums = 98ab5a23a468addce87f3fc534a67f8b53d64388af0e1ed162b22f3765f27758
diff --git a/PKGBUILD b/PKGBUILD
index 3cb2bbdf25c2..8c19edfe751a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,19 @@
pkgname=hyperleda-galaxy-db-astap
pkgver=2019.5.3
-pkgrel=3
-pkgdesc="Massive database of galaxies and other non-star objects, for use with ASTAP"
+pkgrel=4
+pkgdesc="Massive database of galaxies and other non-star objects"
arch=('any')
url="http://leda.univ-lyon1.fr/"
license=('LGPL3')
source=("hyperleda.deb::https://downloads.sourceforge.net/project/astap-program/star_databases/hyperleda.deb")
sha256sums=('98ab5a23a468addce87f3fc534a67f8b53d64388af0e1ed162b22f3765f27758')
-depends=('astap')
+optdepends=('astap-bin: binary GTk version'
+ 'astap-bin-qt5: binary Qt version'
+ 'astap: sourced Qt version'
+ 'astap-cli: CLI version'
+ 'hnsky-hg: planetarium program, hg-version'
+ 'hnsky-bin: planetarium program, bin-version')
# the deb is automatically unpacked in the automatic prepare() step, but the files we want are doubly archived
package() {