summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAstroFloyd2016-04-16 14:14:19 +0200
committerAstroFloyd2016-04-16 14:14:19 +0200
commit1ef117e1fa1e9a7f40427f291138178b9e34f215 (patch)
tree9b61f8c9e564766bae15f492ec23f8edcb0959a5
parent6b2d2fe3762c39d5b322a5b187e5f615dd2ade2f (diff)
downloadaur-1ef117e1fa1e9a7f40427f291138178b9e34f215.tar.gz
Revision bump v0.3.3-1 -> v0.3.3-2: added dependency libthesky-data
-rw-r--r--.SRCINFO6
-rw-r--r--ChangeLog4
-rw-r--r--PKGBUILD4
3 files changed, 10 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4d962f3faa7..b90c5458acc2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Apr 8 15:46:18 UTC 2016
+# Sat Apr 16 12:13:46 UTC 2016
pkgbase = libthesky
pkgdesc = Fortran library to compute the positions of celestial bodies and events with great accuracy
pkgver = 0.3.3
- pkgrel = 1
+ pkgrel = 2
url = http://libthesky.sourceforge.net/
changelog = ChangeLog
arch = i686
@@ -13,6 +13,8 @@ pkgbase = libthesky
makedepends = gcc-fortran
makedepends = libsufr
depends = gcc-libs
+ depends = libsufr
+ depends = libthesky-data
source = http://sourceforge.net/projects/libthesky/files/libthesky-0.3.3.tar.gz
sha512sums = f7180fdce4a28f6b09393c7b4676a293b145cea8f9993c309c4105dd2928c42fe842985cc905033c9f1b7626b50417005250bce11b1c60d3d6c91f03d7c79bcb
diff --git a/ChangeLog b/ChangeLog
index 75b1aa227799..72659a3c2431 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
ChangeLog for libTheSky PKGBUILD
http://libthesky.sourceforge.net/
+* libthesky-0.3.3-2 (2016-04-16 - AstroFloyd)
+ Revision bump: 0.3.3-1 -> 0.3.3-2:
+ added dependency on libthesky-data
+
* libthesky-0.3.3-1 (2016-04-08 - AstroFloyd)
Version bump: 0.3.2 -> 0.3.3
diff --git a/PKGBUILD b/PKGBUILD
index d041bafd3537..92b8da79e0f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: AstroFloyd < AstroFloyd [at] gmail [dt] com >
pkgname=libthesky
pkgver=0.3.3
-pkgrel=1
+pkgrel=2
pkgdesc="Fortran library to compute the positions of celestial bodies and events with great accuracy"
arch=('i686' 'x86_64')
url="http://libthesky.sourceforge.net/"
license=('GPL3')
-depends=('gcc-libs')
+depends=('gcc-libs' 'libsufr' 'libthesky-data')
makedepends=('cmake' 'gcc-fortran' 'libsufr')
changelog=ChangeLog
source=("http://sourceforge.net/projects/libthesky/files/$pkgname-$pkgver.tar.gz")