diff options
author | 2024-08-05 18:18:53 +0800 | |
---|---|---|
committer | 2024-08-05 18:21:28 +0800 | |
commit | 3a9d31eb7afeed532ebba926a57e7beff69910cc (patch) | |
tree | 422e5d1837c1b5e480bbe57f4785d2ed7bbe0650 /dev-tex/tabularray/tabularray-2023.03.01.ebuild | |
parent | profiles: mask dev-python/sphinx-version-warning for removal (diff) | |
download | guru-3a9d31eb7afeed532ebba926a57e7beff69910cc.tar.gz guru-3a9d31eb7afeed532ebba926a57e7beff69910cc.tar.bz2 guru-3a9d31eb7afeed532ebba926a57e7beff69910cc.zip |
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>
Diffstat (limited to 'dev-tex/tabularray/tabularray-2023.03.01.ebuild')
-rw-r--r-- | dev-tex/tabularray/tabularray-2023.03.01.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-tex/tabularray/tabularray-2023.03.01.ebuild b/dev-tex/tabularray/tabularray-2023.03.01.ebuild index 0dffb12df..ed1363bf6 100644 --- a/dev-tex/tabularray/tabularray-2023.03.01.ebuild +++ b/dev-tex/tabularray/tabularray-2023.03.01.ebuild @@ -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" |