stellarium: update to 0.21.3.
This commit is contained in:
parent
fa5b25f25a
commit
fc8e121c24
2 changed files with 2 additions and 15 deletions
|
@ -1,13 +0,0 @@
|
|||
--- a/src/external/libindi/libs/indibase/indilogger.h 2019-06-18 16:09:33.000000000 +0200
|
||||
+++ b/src/external/libindi/libs/indibase/indilogger.h 2019-06-26 10:08:27.318535366 +0200
|
||||
@@ -30,7 +30,7 @@
|
||||
#include <sstream>
|
||||
#ifdef Q_OS_WIN
|
||||
#include <windows.h>
|
||||
-#else
|
||||
+#elif !defined(__GLIBC__)
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @brief Macro to configure the logger.
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'stellarium'
|
||||
pkgname=stellarium
|
||||
version=0.21.2
|
||||
version=0.21.3
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="perl qt5-qmake qt5-host-tools"
|
||||
|
@ -12,5 +12,5 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|||
license="GPL-2.0-or-later"
|
||||
homepage="https://stellarium.org/"
|
||||
distfiles="https://github.com/Stellarium/stellarium/releases/download/v${version}/stellarium-${version}.tar.gz"
|
||||
checksum=e588b66a173834f74a6462f5219ce4d38e8f87405b932267f6f1d2d4dbff4a82
|
||||
checksum=8ac6c054d12f136fe0d5c0deaaa8d7b69dd2a462be1711a187364574aef97e7f
|
||||
replaces="stellarium-data>=0"
|
||||
|
|
Loading…
Reference in a new issue