summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin C. Doege2018-01-30 19:54:11 +0100
committerMartin C. Doege2018-01-30 19:54:11 +0100
commitaa5bffb67ed649ed8a530f9e00335e7607782933 (patch)
tree1de7479802cf38cb2afd18ab35480428f1bfe37c
parent7231dd3e5ea609d3371ecf0be401a4b31ef25abb (diff)
downloadaur-aa5bffb67ed649ed8a530f9e00335e7607782933.tar.gz
version 2.07
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce78a5f3e447..30f2e4c4b589 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
-# Generated by mksrcinfo v8
-# Mon Aug 1 21:46:23 UTC 2016
pkgbase = swisseph
pkgdesc = High precision Swiss Ephemeris developed by Astrodienst.
- pkgver = 2.05.01
+ pkgver = 2.07
pkgrel = 1
url = http://www.astro.com/swisseph/
arch = i686
arch = x86_64
license = GPL
- source = http://www.astro.com/ftp/swisseph/swe_unix_src_2.05.01.tar.gz
- sha256sums = fb7aeb708cb728ab0564528f43b8983775df7c508abfa50533b3207fc6edb53b
+ source = http://www.astro.com/ftp/swisseph/swe_unix_src_2.07.tar.gz
+ sha256sums = 1d62b26f0ee99fe74713f2590e8b419bdbd6414d01b4c91705b71c642f336956
pkgname = swisseph
diff --git a/PKGBUILD b/PKGBUILD
index c1900422e357..58f0418eeb5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,7 @@
+# Contributor: Martin C. Doege <mdoege at compuserve dot com>
+
pkgname='swisseph'
-pkgver='2.05.01'
+pkgver='2.07'
pkgrel='1'
pkgdesc='High precision Swiss Ephemeris developed by Astrodienst.'
arch=('i686' 'x86_64')
@@ -9,10 +11,11 @@ depends=()
makedepends=()
optdepends=()
source=("http://www.astro.com/ftp/swisseph/swe_unix_src_${pkgver}.tar.gz")
+sha256sums=('1d62b26f0ee99fe74713f2590e8b419bdbd6414d01b4c91705b71c642f336956')
build() {
cd "$srcdir/src/"
- make swetest swemini libswe.a libswe.so
+ make swetest swemini libswe.a libswe.so CFLAGS="-g -fPIC -ldl -Wall"
}
package() {
@@ -28,4 +31,3 @@ package() {
rm "${pkgdir}/usr/include/swisseph/swedll.h"
}
-sha256sums=('fb7aeb708cb728ab0564528f43b8983775df7c508abfa50533b3207fc6edb53b')