summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMr.Smith19742023-07-15 11:26:34 +0300
committerMr.Smith19742023-07-15 11:26:34 +0300
commitd32ccb3cf9e96423207033b15a68112510f7810d (patch)
tree8dc6142d87da26d86ed288abf986ca93fe8d3d1d
parentced1a052b051578b5dd0a1807aafd2286d902989 (diff)
downloadaur-d32ccb3cf9e96423207033b15a68112510f7810d.tar.gz
Updated build
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 533f8d9f5646..4d9014e7c158 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,11 @@
pkgbase = pluto-lunar-git
pkgdesc = Basic astronomical functions for solar system ephemerides, time systems, coordinate systems, etc
pkgver = 20230614.bb05de6
- pkgrel = 4
+ pkgrel = 5
url = https://www.projectpluto.com/source.htm
arch = x86_64
license = GPL2
makedepends = git
- makedepends = pluto-jpl-eph
- optdepends = pluto-find-orb: Orbit determination from observations
provides = pluto-lunar
source = git+https://github.com/Bill-Gray/lunar.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 444524fd466d..9a90990324ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,13 @@
_pkgname=lunar
pkgname=pluto-lunar-git
pkgver=20230614.bb05de6
-pkgrel=4
+pkgrel=5
pkgdesc="Basic astronomical functions for solar system ephemerides, time systems, coordinate systems, etc"
arch=(x86_64)
url="https://www.projectpluto.com/source.htm"
license=(GPL2)
-makedepends=('git' 'pluto-jpl-eph')
+makedepends=('git')
provides=(pluto-lunar)
-optdepends=('pluto-find-orb: Orbit determination from observations')
source=("git+https://github.com/Bill-Gray/lunar.git")
sha512sums=('SKIP')
@@ -19,7 +18,6 @@ pkgver() {
build() {
cd "$srcdir/${_pkgname}"
- make integrat
make all
}