openastro.org

MEDIUM
maintainer Uthopik 2 votes scanned 2026-09-13 19:15:06.142757
View on AUR
Why flagged

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

Triggered rules

Medium Recently orphaned & re-adopted orphaned_readopted

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

PKGBUILD

1# Maintainer: Len Share <dranukan at proton dot me>
2# Contributor: Martin C. Doege <mdoege at compuserve dot com>
3
4pkgname='openastro.org'
5pkgver='1.1.57'
6pkgrel=1
7pkgdesc='Open source fully-featured astrology software'
8arch=('i686' 'x86_64')
9license=('GPL')
10url='http://www.openastro.org/'
11depends=('imagemagick' 'python-dateutil' 'python-cairo' 'python-pytz' 'pyswisseph' 'python-gobject')
12makedepends=('python-setuptools')
13optdepends=()
14conflicts=('openastro' 'openastro-dev' 'swisseph_12' 'swisseph_18' 'swisseph-fixstars')
15source=(
16 "openastro.org_"$pkgver".orig.tar.gz::https://sourceforge.net/projects/openastro-org/files/release/openastro.org_1.1.57.orig.tar.gz/download"
17 "openastro.org-data_1.9.orig.tar.gz::https://sourceforge.net/projects/openastro-org/files/release/openastro.org-data_1.9.orig.tar.gz/download"
18 "sqlite.patch"
19 "swiss.patch"
20 )
21md5sums=('4bb719ac3a22976d425f6337fd925d32'
22 'bf9b6b2ba2ced1a532e16df11447d471'
23 'afa8144cc701ab7405b63193c788f820'
24 'a6928c4007ae77d4bc137b2427e21cc6')
25
26prepare() {
27 cd $srcdir"/openastro.org-"$pkgver
28 patch -p0 < ../sqlite.patch
29 cd openastromod
30 patch -p0 < ../../swiss.patch
31}
32
33package() {
34 cd $srcdir"/openastro.org-"$pkgver
35 python setup.py install --root=$pkgdir || return 1
36 cd $srcdir"/openastro.org-data-1.9"
37 python setup.py install --root=$pkgdir || return 1
38 mkdir -p $pkgdir/usr/share/icons
39 cp $srcdir"/openastro.org-"$pkgver/icons/openastro.svg $pkgdir/usr/share/icons
40}
41

Scan history

Scanned at (UTC)SeverityRules
2026-09-13 19:15:06 Medium 1
2026-06-18 16:11:54 Clean 0

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion