summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWren Baxter2023-06-15 15:44:48 -0400
committerWren Baxter2023-06-15 15:44:48 -0400
commitc5920bbcf4e3b538f58857c36058e7c7d7ef5972 (patch)
treef50d2e8a404ca1657d3d1856d7572c514d4736df /PKGBUILD
parent4483baab46aa182a21728de0a6ddb95dd0c890e7 (diff)
downloadaur-w08-star-db-astap.tar.gz
moved astap to optdepends and added alternate versions
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 8 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d330041e0a37..04e89d8be487 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,19 @@
pkgname=w08-star-db-astap
pkgver=2021.10.24
-pkgrel=2
-pkgdesc="Wide-field database of 14000 stars up to BP-magnitude 8, for use with ASTAP"
+pkgrel=3
+pkgdesc="Wide-field database (FOV>20 degrees) of stars up to magnitude 8"
arch=('any')
url="https://www.hnsky.org/astap.htm"
license=('LGPL3')
source=("w08.deb::https://downloads.sourceforge.net/project/astap-program/star_databases/w08_star_database_mag08_astap.deb")
sha256sums=('523131fbf448c547d42051df5d23aea7e92b0ca75484043abb35cd128da7beed')
-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() {