summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSukanka2022-04-07 19:31:16 +0800
committerSukanka2022-04-07 19:31:16 +0800
commitf69e53340c7c8cebbb6eb6cf14220516e7b5b11f (patch)
treeb99d213908f1ca6c96c13f974313aa642d8c1382
parent7c730446d85fd45c594af414d62e3e271cfb2e8a (diff)
downloadaur-f69e53340c7c8cebbb6eb6cf14220516e7b5b11f.tar.gz
update fix license
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07b8f03df938..8a9e4b176272 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = texlive-full
pkgdesc = This packages provides texlive-full in /opt. It also tricks ArchLinux into thinking it has its texlive packages installed.
- pkgver = 2022.20220405
+ pkgver = 2022.20220406
pkgrel = 1
epoch = 1
url = http://www.tug.org/texlive/
@@ -59,8 +59,8 @@ pkgbase = texlive-full
conflicts = texlive-langkorean
conflicts = texlive-htmlxml
options = !strip
- source = install-tl-unx-2022.20220405.tar.gz::https://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
- source = LICENSE.2022.20220405::http://texlive.tug.org/texlive/LICENSE.TL
+ source = install-tl-unx-2022.20220406.tar.gz::https://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
+ source = LICENSE.TL::http://texlive.tug.org/texlive/LICENSE.TL
sha256sums = SKIP
sha256sums = e8f070b2d1a9bad00af9d6cb94e687f2120591d092c8dab8727249b70adc96d0
diff --git a/PKGBUILD b/PKGBUILD
index 7f8686f33e49..871fc8e472b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Butui Hu <hot123tea123@gmail.com>
pkgname=texlive-full
-pkgver=2022.20220405
+pkgver=2022.20220406
pkgrel=1
epoch=1
pkgdesc="This packages provides texlive-full in /opt. It also tricks ArchLinux into thinking it has its texlive packages installed."
@@ -25,7 +25,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.$pkgver::http://texlive.tug.org/texlive/LICENSE.TL")
+ "LICENSE.TL::http://texlive.tug.org/texlive/LICENSE.TL")
sha256sums=('SKIP'
'e8f070b2d1a9bad00af9d6cb94e687f2120591d092c8dab8727249b70adc96d0')
#PKGEXT='.pkg.tar'
@@ -118,6 +118,6 @@ package() {
find -H ${pkgdir} -name "*.bat" -print0 | xargs -0 rm -rf
msg2 "Install license file"
- install -Dm644 "$srcdir"/LICENSE.$pkgver "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE.TL
+ install -Dm644 "$srcdir"/LICENSE.TL "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE.TL
}
# vim:set ts=2 sw=2 et: