mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
dev-tex/tabularray: update SRC_URI and checksum
- switch to GitHub-generated tarballs - fix tar ball checksum Closes: https://bugs.gentoo.org/937319 Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -7,9 +7,9 @@ inherit latex-package
|
||||
|
||||
DESCRIPTION="Typeset tabulars and arrays with LATEX3"
|
||||
HOMEPAGE="https://www.ctan.org/pkg/tabularray/"
|
||||
SRC_URI="https://mirrors.ctan.org/macros/latex/contrib/tabularray.zip -> ${P}.zip"
|
||||
SRC_URI="https://github.com/lvjr/tabularray/archive/refs/tags/2023A.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
S="${WORKDIR}/${PN}"
|
||||
S="${WORKDIR}/${PN}-2023A"
|
||||
|
||||
LICENSE="LPPL-1.3c"
|
||||
SLOT="0"
|
||||
|
||||
Reference in New Issue
Block a user