maxima: fix homepage
This commit is contained in:
parent
3432fb2f23
commit
a08315dc41
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'maxima'
|
||||
pkgname=maxima
|
||||
version=5.42.2
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="$(vopt_enable clisp) $(vopt_enable sbcl)"
|
||||
hostmakedepends="python perl emacs"
|
||||
|
@ -10,7 +10,7 @@ depends="$(vopt_if clisp clisp) $(vopt_if sbcl sbcl)"
|
|||
short_desc="Computer Algebra System"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https//maxima.sourceforge.net"
|
||||
homepage="http://maxima.sourceforge.net"
|
||||
distfiles="${SOURCEFORGE_SITE}/maxima/maxima-${version}.tar.gz"
|
||||
checksum=167e11d6513a65c829a35f24d4ba539bcd0a82fc3dc7a6721e4f9f118c67b64d
|
||||
|
||||
|
|
Loading…
Reference in a new issue