summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsukanka2022-11-13 18:37:41 +0800
committersukanka2022-11-13 18:37:41 +0800
commit677c306ceb1bad6445759484aeddaacbb5ee7d34 (patch)
tree57122b5c393b240be0a15c779b867d64e13f39a0
parentc5366d11a54d8319ff584a8198a4f689b75f2aa2 (diff)
downloadaur-677c306ceb1bad6445759484aeddaacbb5ee7d34.tar.gz
fix source of license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3662dae4db4a..0341eb5be014 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -59,7 +59,7 @@ pkgbase = texlive-full
conflicts = texlive-htmlxml
options = !strip
source = install-tl-unx-2022.20221031.tar.gz::https://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
- source = LICENSE.TL::http://texlive.tug.org/texlive/LICENSE.TL
+ source = LICENSE.TL::https://tug.org/texlive/LICENSE.TL
sha256sums = SKIP
sha256sums = e8f070b2d1a9bad00af9d6cb94e687f2120591d092c8dab8727249b70adc96d0
diff --git a/PKGBUILD b/PKGBUILD
index 843a9951a461..e27584bdf492 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,7 +31,7 @@ conflicts=('asymptote' 'git-latexdiff' 'haskell-citeproc' 'psutils' 't1utils'
'texlive-langgreek' 'texlive-langjapanese' 'texlive-langkorean' 'texlive-htmlxml'
)
source=("install-tl-unx-${pkgver}.tar.gz::https://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz"
- "LICENSE.TL::http://texlive.tug.org/texlive/LICENSE.TL")
+ "LICENSE.TL::https://tug.org/texlive/LICENSE.TL")
sha256sums=('SKIP'
'e8f070b2d1a9bad00af9d6cb94e687f2120591d092c8dab8727249b70adc96d0')
#PKGEXT='.pkg.tar'