summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMr.Smith19742023-06-15 08:04:56 +0300
committerMr.Smith19742023-06-15 08:04:56 +0300
commit77f22af39be07f898a0c52d21af768dc30d0fe0e (patch)
tree4f8378fdc6a081873f64fb17172ed36700e2f33d
parent31b29e8849acb3421c7f3893593ec3a42b84b4ec (diff)
downloadaur-77f22af39be07f898a0c52d21af768dc30d0fe0e.tar.gz
Updated the build
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 12 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b99cc20ec4bd..877e823e28d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,16 @@
pkgbase = astap-bin
pkgdesc = Astrometric (plate) solver, stacking of images, photometry and FITS viewer. Gtk2 version.
pkgver = 2023.05.31
- pkgrel = 1
+ pkgrel = 2
url = http://www.hnsky.org/astap.htm
arch = i686
arch = x86_64
license = GPL
+ optdepends = hyperleda-galaxy-db-astap: 25MB database of 1.3m galaxies and 171k other non-star objects
+ optdepends = w08-star-db-astap: 250KB database of stars up to magnitude 8, reliable above 20° FOV
+ optdepends = d05-star-db-astap: 100MB database of 500 stars per square degree, reliable with 0.6-10° FOV
+ optdepends = d20-star-db-astap: 400MB database of 2000 stars per square degree, reliable with 0.3-10° FOV
+ optdepends = d50-star-db-astap: 900MB database of 5000 stars per square degree, reliable with 0.2-10° FOV
source_i686 = astap_i386.deb::https://sourceforge.net/projects/astap-program/files/linux_installer/astap_i386.deb/download
sha256sums_i686 = a3d2fd2b941979da09e520d32d340beb20786b3e75e1d60e740d0b5c8e2ca8e1
source_x86_64 = astap_amd64.deb::https://sourceforge.net/projects/astap-program/files/linux_installer/astap_amd64.deb/download
diff --git a/PKGBUILD b/PKGBUILD
index 0fb4e4a6d8ce..b9b8bf8aea57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=astap-bin
_pkgname=astap
pkgver=2023.05.31
-pkgrel=1
+pkgrel=2
pkgdesc="Astrometric (plate) solver, stacking of images, photometry and FITS viewer. Gtk2 version."
arch=('i686' 'x86_64')
url="http://www.hnsky.org/astap.htm"
@@ -12,6 +12,11 @@ source_i686=("${_pkgname}_i386.deb::https://sourceforge.net/projects/astap-progr
source_x86_64=("${_pkgname}_amd64.deb::https://sourceforge.net/projects/astap-program/files/linux_installer/astap_amd64.deb/download")
sha256sums_i686=('a3d2fd2b941979da09e520d32d340beb20786b3e75e1d60e740d0b5c8e2ca8e1')
sha256sums_x86_64=('667c0db4ca252407bbc6a893349f9c46b1177e3171e1d9dfbe8bdda26cd1b89b')
+optdepends=('hyperleda-galaxy-db-astap: 25MB database of 1.3m galaxies and 171k other non-star objects'
+ 'w08-star-db-astap: 250KB database of stars up to magnitude 8, reliable above 20° FOV'
+ 'd05-star-db-astap: 100MB database of 500 stars per square degree, reliable with 0.6-10° FOV'
+ 'd20-star-db-astap: 400MB database of 2000 stars per square degree, reliable with 0.3-10° FOV'
+ 'd50-star-db-astap: 900MB database of 5000 stars per square degree, reliable with 0.2-10° FOV')
mkinfo() { echo -e "[\e[96mMKINFO\e[0m]: \e[1m$*\e[0m"; }