parent
665b873633
commit
bd0fbbc294
|
@ -1,10 +0,0 @@
|
|||
--- plugins/TelescopeControl/src/servers/Socket.hpp.orig 2015-10-26 08:15:29.139926316 +0100
|
||||
+++ plugins/TelescopeControl/src/servers/Socket.hpp 2015-10-26 08:15:49.297069845 +0100
|
||||
@@ -54,6 +54,7 @@ static inline int SetNonblocking(int s)
|
||||
|
||||
#include <netdb.h>
|
||||
#include <netinet/in.h>
|
||||
+#include <sys/select.h>
|
||||
#include <sys/socket.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'stellarium'
|
||||
pkgname=stellarium
|
||||
version=0.16.1
|
||||
version=0.17.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="perl"
|
||||
|
@ -11,6 +11,6 @@ short_desc="An Open Source Planetarium"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
homepage="http://www.stellarium.org/"
|
||||
distfiles="${SOURCEFORGE_SITE}/stellarium/Stellarium-sources/${version}/stellarium-${version}.tar.gz"
|
||||
checksum=b001c252afddaa1c470fb444fcbb5595b7f7a7db028d884743d20bcb5635fd20
|
||||
distfiles="https://github.com/Stellarium/stellarium/releases/download/v${version}/stellarium-${version}.tar.gz"
|
||||
checksum=cc21e2daf5433b0b99c6e81101171b47da7b278b6c3e4e433cde4555b41bcb34
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||
|
|
Loading…
Reference in New Issue