summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAstroFloyd2024-01-13 12:14:32 +0100
committerAstroFloyd2024-01-13 12:14:32 +0100
commit2fd7cd9b6bc00b9f6c84309269e793bf9942ab1a (patch)
tree08d5892002f1553135cce811818008bfb1f2ce00
parentb4c44556ea1b224b58d8349759f739aed580a7c4 (diff)
downloadaur-libthesky.tar.gz
Version bump to v0.4.3.
-rw-r--r--.SRCINFO10
-rw-r--r--ChangeLog3
-rw-r--r--PKGBUILD10
3 files changed, 13 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f8ff77d4e91..2d3eaea2f672 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = libthesky
pkgdesc = Fortran library to compute the positions of celestial bodies and events with great accuracy
- pkgver = 0.4.2
- pkgrel = 2
- url = http://libthesky.sourceforge.net/
+ pkgver = 0.4.3
+ pkgrel = 1
+ url = https://libthesky.sourceforge.net/
changelog = ChangeLog
arch = i686
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = libthesky
makedepends = gcc-fortran
depends = libsufr
depends = libthesky-data
- source = http://sourceforge.net/projects/libthesky/files/libthesky-0.4.2.tar.gz
- sha512sums = 70bcc525d54f1645cff65fc0ac702fb0a19445d74fa3c567aa07fed027b966c4753146becb9efc46e81521d1788846c460c47ec88d6611cec0524c2dad7cb646
+ source = https://sourceforge.net/projects/libthesky/files/libthesky-0.4.3.tar.gz
+ sha512sums = f859f6ac73928b36cefdf5cb3b6f74c3170eb0fc890e4b5f18beab62debf36beb8e26ac964d803524b38f2d07e8bd148eeb2f3bc556cdbff4ee2e24e749584f2
pkgname = libthesky
diff --git a/ChangeLog b/ChangeLog
index f63b12c4035c..650459d29646 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
ChangeLog for libTheSky PKGBUILD
http://libthesky.sourceforge.net/
+* libthesky-0.4.3-1 (2024-01-13 - AstroFloyd)
+ Version bump: 0.4.2 -> 0.4.3
+
* libthesky-0.4.2-2 (2023-06-07 - AstroFloyd)
Revision bump to v0.4.2-2:
Solve issue caused by symlink f95 -> gfortran.
diff --git a/PKGBUILD b/PKGBUILD
index 80881caffe4c..19dc171e8381 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: AstroFloyd < AstroFloyd [at] gmail [dt] com >
pkgname=libthesky
-pkgver=0.4.2
-pkgrel=2
+pkgver=0.4.3
+pkgrel=1
pkgdesc="Fortran library to compute the positions of celestial bodies and events with great accuracy"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
-url="http://libthesky.sourceforge.net/"
+url="https://libthesky.sourceforge.net/"
license=('GPL3')
depends=('libsufr' 'libthesky-data')
makedepends=('cmake' 'gcc-fortran')
changelog=ChangeLog
-source=("http://sourceforge.net/projects/libthesky/files/$pkgname-$pkgver.tar.gz")
-sha512sums=('70bcc525d54f1645cff65fc0ac702fb0a19445d74fa3c567aa07fed027b966c4753146becb9efc46e81521d1788846c460c47ec88d6611cec0524c2dad7cb646')
+source=("https://sourceforge.net/projects/libthesky/files/$pkgname-$pkgver.tar.gz")
+sha512sums=('f859f6ac73928b36cefdf5cb3b6f74c3170eb0fc890e4b5f18beab62debf36beb8e26ac964d803524b38f2d07e8bd148eeb2f3bc556cdbff4ee2e24e749584f2')
build() {
mkdir -p "$pkgname-$pkgver"/build