Package Details: libpasastro 1.4.3-1

Git Clone URL: https://aur.archlinux.org/libpasastro.git (read-only, click to copy)
Package Base: libpasastro
Description: Provide Pascal interface for standard astronomy libraries
Upstream URL: https://github.com/pchev/libpasastro
Licenses: GPL-2.0-or-later
Submitter: anatolyb
Maintainer: oldherl (lilac)
Last Packager: lilac
Votes: 5
Popularity: 0.000027
First Submitted: 2017-05-24 17:20 (UTC)
Last Updated: 2024-11-09 13:36 (UTC)

Pinned Comments

oldherl commented on 2020-06-10 14:32 (UTC)

You can install pre-compiled binary package of libpasastro and 1000+ other supplemental packages from third-party [archlinuxcn] repo. Check out https://github.com/archlinuxcn/repo for URL, mirrors, bug reports and more.

Latest Comments

« First ‹ Previous 1 2

Fomalhaut commented on 2020-04-17 17:34 (UTC)

I wrote a valid PKGBUILD, and it works properly, but could someone tell me how to commit it? Another AUR package "skychart" requires it, too.

ng0177 commented on 2020-02-03 20:49 (UTC)

Is the package maintained?

ng0177 commented on 2020-01-19 11:52 (UTC) (edited on 2020-01-30 18:01 (UTC) by ng0177)

libpasastro is reported by pacman not to be available for aarch64.

But it can be compiled on aarch64 easily having installed libraw beforehand.

Any plans to make it available for aarch64 soon? Thanks!

oldherl commented on 2020-01-16 14:12 (UTC)

AUR comments isn't a good place to paste code (including PKGBUILD)

anatolyb commented on 2020-01-14 12:13 (UTC)

I am sorry for the huge delay. I can't get git working now. Here is valid PKGBUILD (md5sums equls 'SKIP' because every time file is downloaded it's actually different):

pkgname=libpasastro pkgver=1.1 pkgrel=20 pkgdesc="Provide Pascal interface for standard astronomy libraries" arch=('x86_64') url="http://www.sourceforge.net/projects/libpasastro/" license=('GPLv2') depends=() makedepends=() options=() source=(http://downloads.sourceforge.net/sourceforge/libpasastro/libpasastro-$pkgver-$pkgrel-linux_$arch.tar.xz) md5sums=('SKIP')

package() { cd $srcdir/$pkgname mkdir -p $pkgdir/usr/lib mkdir -p $pkgdir/usr/share/doc/$pkgname install -D -m755 lib/ $pkgdir/usr/lib/ install -D -m644 share/doc/$pkgname/ $pkgdir/usr/share/doc/$pkgname/ }

ng0177 commented on 2020-01-12 11:11 (UTC)

Building libpasastro... ==> ERROR: libpasastro is not available for the 'aarch64' architecture.

oldherl commented on 2019-10-28 16:11 (UTC)

Would you like to rename the package to libpasastro-bin?

<deleted-account> commented on 2018-03-04 21:28 (UTC)

SourceForge fixed it

<deleted-account> commented on 2018-03-04 00:27 (UTC)

Retrieving/validating source tarball fails.

We're sorry -- the Sourceforge site is currently in Disaster Recovery mode, and currently requires the use of javascript to function. Please check back later.

Works if you use one of the mirrors from mirrors.js.

source=(https://nchc.dl.sourceforge.net/project/libpasastro/version_$pkgver-$pkgrel/libpasastro-$pkgver-$pkgrel-linux_$arch.tar.xz)

Not sure how long the problem will last, or how long the mirror will last?

<deleted-account> commented on 2018-03-04 00:17 (UTC)

Retrieving source tarball fails.

"We're sorry -- the Sourceforge site is currently in Disaster Recovery mode, and currently requires the use of javascript to function. Please check back later."

Works if you use one of the mirrors from mirrors.js.

source=(<https://nchc.dl.sourceforge.net/project/libpasastro/version_1.1-20/libpasastro>-$pkgver-$pkgrel-linux_$arch.tar.xz)

Not sure how long that mirror will last though?