summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD11
2 files changed, 16 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f47a098e9796..62855c9fa7e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,16 @@
pkgbase = w08-star-db-astap
- pkgdesc = Wide-field database of 14000 stars up to BP-magnitude 8, for use with ASTAP
+ pkgdesc = Wide-field database (FOV>20 degrees) of stars up to magnitude 8
pkgver = 2021.10.24
- pkgrel = 2
+ pkgrel = 3
url = https://www.hnsky.org/astap.htm
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 = w08.deb::https://downloads.sourceforge.net/project/astap-program/star_databases/w08_star_database_mag08_astap.deb
sha256sums = 523131fbf448c547d42051df5d23aea7e92b0ca75484043abb35cd128da7beed
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() {