summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin C. Doege2020-10-04 22:19:24 +0200
committerMartin C. Doege2020-10-04 22:19:24 +0200
commit7bc8ced648cf7259dd6ce3c7dc29ec382c998d57 (patch)
treef38212baa38f8e44f463d9d97b5c2a3b3f8da6d0
parentdb8b3bcaacfeab221cb9de58e23d8c3701b51e0c (diff)
downloadaur-7bc8ced648cf7259dd6ce3c7dc29ec382c998d57.tar.gz
update to 2.09.03
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0475ca1453d3..859808d053b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
-# Generated by mksrcinfo v8
-# Fri Feb 2 23:05:35 UTC 2018
pkgbase = swisseph
pkgdesc = High precision Swiss Ephemeris developed by Astrodienst.
- pkgver = 2.07.01
+ pkgver = 2.09.03
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.07.01.tar.gz
- sha256sums = 3b22a09eb000c48f357b7a947b0a8a9995195e6797ff10a48698f50b3c8aaf8e
+ source = http://www.astro.com/ftp/swisseph/swe_unix_src_2.09.03.tar.gz
+ sha256sums = d9a12ea4454784ed7ddbdaa200a91a8110dd0ea8a96a8532fda2f27be3b71786
pkgname = swisseph
diff --git a/PKGBUILD b/PKGBUILD
index 28ca07bfc398..dc5fb947104d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Martin C. Doege <mdoege at compuserve dot com>
pkgname='swisseph'
-pkgver='2.07.01'
+pkgver='2.09.03'
pkgrel='1'
pkgdesc='High precision Swiss Ephemeris developed by Astrodienst.'
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=()
makedepends=()
optdepends=()
source=("http://www.astro.com/ftp/swisseph/swe_unix_src_${pkgver}.tar.gz")
-sha256sums=('1d62b26f0ee99fe74713f2590e8b419bdbd6414d01b4c91705b71c642f336956')
+sha256sums=('d9a12ea4454784ed7ddbdaa200a91a8110dd0ea8a96a8532fda2f27be3b71786')
build() {
cd "$srcdir/src/"
@@ -31,4 +31,3 @@ package() {
rm "${pkgdir}/usr/include/swisseph/swedll.h"
}
-sha256sums=('3b22a09eb000c48f357b7a947b0a8a9995195e6797ff10a48698f50b3c8aaf8e')