summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--ChangeLog5
-rw-r--r--PKGBUILD6
3 files changed, 13 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e53c4b107678..60f3c8966a5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Fri Apr 8 15:11:10 UTC 2016
pkgbase = libthesky
pkgdesc = Fortran library to compute the positions of celestial bodies and events with great accuracy
- pkgver = 0.3.2
- pkgrel = 2
+ pkgver = 0.3.3
+ pkgrel = 1
url = http://libthesky.sourceforge.net/
changelog = ChangeLog
arch = i686
@@ -11,8 +13,8 @@ pkgbase = libthesky
makedepends = gcc-fortran
makedepends = libsufr
depends = gcc-libs
- source = http://sourceforge.net/projects/libthesky/files/libthesky-0.3.2.tar.gz
- sha512sums = 64fae18cf410c37d6bda5d65f8890a045734fa3bbaa23c76a8080ef06e15443af5159baf779b69594e24bb1fc8b0719ba03174764d46abed66f61750e8e9e68e
+ source = http://sourceforge.net/projects/libthesky/files/libthesky-0.3.3.tar.gz
+ sha512sums = 179ab67b289208363a77a639924b3c8c04ae5af0c4b0a1b2adb1f0ce7c1386da3f6138065c4de1f93f9c679733ba25d9d74c1a53cc5733df5531a45b6b6d25ca
pkgname = libthesky
diff --git a/ChangeLog b/ChangeLog
index 468e1bddb719..75b1aa227799 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,9 +2,12 @@
ChangeLog for libTheSky PKGBUILD
http://libthesky.sourceforge.net/
+* libthesky-0.3.3-1 (2016-04-08 - AstroFloyd)
+ Version bump: 0.3.2 -> 0.3.3
+
* libthesky-0.3.2-2 (2015-04-28 - AstroFloyd)
Added cmake as a make dependency
-
+
* libthesky-0.3.2-1 (2015-04-26 - AstroFloyd)
Version bump: 0.3.1 -> 0.3.2
diff --git a/PKGBUILD b/PKGBUILD
index 31fb338c48a6..0631f215c066 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: AstroFloyd < AstroFloyd [at] gmail [dt] com >
pkgname=libthesky
-pkgver=0.3.2
-pkgrel=2
+pkgver=0.3.3
+pkgrel=1
pkgdesc="Fortran library to compute the positions of celestial bodies and events with great accuracy"
arch=('i686' 'x86_64')
url="http://libthesky.sourceforge.net/"
@@ -10,7 +10,7 @@ depends=('gcc-libs')
makedepends=('cmake' 'gcc-fortran' 'libsufr')
changelog=ChangeLog
source=("http://sourceforge.net/projects/libthesky/files/$pkgname-$pkgver.tar.gz")
-sha512sums=('64fae18cf410c37d6bda5d65f8890a045734fa3bbaa23c76a8080ef06e15443af5159baf779b69594e24bb1fc8b0719ba03174764d46abed66f61750e8e9e68e')
+sha512sums=('179ab67b289208363a77a639924b3c8c04ae5af0c4b0a1b2adb1f0ce7c1386da3f6138065c4de1f93f9c679733ba25d9d74c1a53cc5733df5531a45b6b6d25ca')
build() {
mkdir -p "$pkgname-$pkgver"/build