science-repo: use our new primary host

This commit is contained in:
Leonid Pliushch 2021-06-03 19:43:59 +03:00
parent 59ce1178be
commit 2f6d19869f
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with 2 additions and 2 deletions

View File

@ -2,14 +2,14 @@ TERMUX_PKG_HOMEPAGE=https://github.com/termux/science-packages
TERMUX_PKG_DESCRIPTION="Package repository containing science software"
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_MAINTAINER="Henrik Grimler @Grimler91"
TERMUX_PKG_VERSION=1.2
TERMUX_PKG_VERSION=2.0
TERMUX_PKG_DEPENDS="termux-keyring"
TERMUX_PKG_SKIP_SRC_EXTRACT=true
TERMUX_PKG_PLATFORM_INDEPENDENT=true
termux_step_make_install() {
mkdir -p $TERMUX_PREFIX/etc/apt/sources.list.d
echo "deb https://grimler.se/science-packages-24 science stable" > $TERMUX_PREFIX/etc/apt/sources.list.d/science.list
echo "deb https://packages.termux.org/apt/termux-science science stable" > $TERMUX_PREFIX/etc/apt/sources.list.d/science.list
}
termux_step_create_debscripts() {