oroboros

LOW
maintainer Uthopik 0 votes scanned 2026-09-07 03:13:17.703764
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# Maintainer: Uthopik <josearrillaga@ik.me>
2
3pkgname=oroboros
4pkgver=20260906
5pkgrel=1
6pkgdesc="Open source astrology software written in Python"
7arch=('any')
8url="https://github.com/Uthopik/oroboros-astrology"
9license=('GPL-3.0-only')
10depends=('python' 'python-pyqt5' 'pyswisseph' 'python-pytz' 'python-docutils')
11optdepends=('limnoria: IRC bot integration support')
12makedepends=('python-setuptools' 'git')
13source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
14sha256sums=('09b258c9580f45cca1d71522005be131da9b0fe7caa48a7c381230c2eafe9bfc')
15
16build() {
17 cd "$pkgname-astrology-$pkgver"
18 python setup.py build
19}
20
21package() {
22 cd "$pkgname-astrology-$pkgver"
23 python setup.py install --root="$pkgdir" --optimize=1 --skip-build
24
25 # Instalar los archivos de efemérides en la ruta compartida
26 install -d "$pkgdir/usr/share/$pkgname/ephe"
27 if [ -d "bin/ephe" ]; then
28 cp -r bin/ephe/* "$pkgdir/usr/share/$pkgname/ephe/"
29 fi
30}
31

Scan history

Scanned at (UTC)SeverityRules
2026-09-07 03:13:17 Low 1

Report a package

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

0 / 4000
Your suggestion