summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsukanka2024-03-31 23:51:55 +0800
committersukanka2024-03-31 23:51:55 +0800
commit7466b7448d4c01725d2d3be8bd2abe45b80617ef (patch)
treeaf9721120886a3b7e4b3190da9bbce8947ecbfeb
parentcf33304020cc78fbac32f381323215b59557e704 (diff)
downloadaur-7466b7448d4c01725d2d3be8bd2abe45b80617ef.tar.gz
update to texlive 2024
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6c3e7da3b5a..8282442896cd 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 = 2023.20230620
+ pkgver = 2024.20240331
pkgrel = 1
epoch = 1
url = http://www.tug.org/texlive/
@@ -102,9 +102,9 @@ pkgbase = texlive-full
conflicts = texlive-science
conflicts = texlive-xetex
options = !strip
- source = install-tl-unx-2023.20230620.tar.gz::https://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
+ source = install-tl-unx-2024.20240331.tar.gz::https://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
source = LICENSE.TL::https://tug.org/texlive/LICENSE.TL
sha256sums = SKIP
- sha256sums = e8f070b2d1a9bad00af9d6cb94e687f2120591d092c8dab8727249b70adc96d0
+ sha256sums = 8147ff504e6d7d89a7c42d5c3dfbaa8705ad17f72c82a5c1bce5f4f0ee8b2fb7
pkgname = texlive-full
diff --git a/PKGBUILD b/PKGBUILD
index 3b3004058981..f5634e2ebcab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Butui Hu <hot123tea123@gmail.com>
pkgname=texlive-full
-pkgver=2023.20230620
+pkgver=2024.20240331
pkgrel=1
epoch=1
pkgdesc="This packages provides texlive-full in /opt. It also tricks ArchLinux into thinking it has its texlive packages installed."
@@ -44,7 +44,7 @@ texlive-science texlive-xetex
source=("install-tl-unx-${pkgver}.tar.gz::https://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz"
"LICENSE.TL::https://tug.org/texlive/LICENSE.TL")
sha256sums=('SKIP'
- 'e8f070b2d1a9bad00af9d6cb94e687f2120591d092c8dab8727249b70adc96d0')
+ '8147ff504e6d7d89a7c42d5c3dfbaa8705ad17f72c82a5c1bce5f4f0ee8b2fb7')
#PKGEXT='.pkg.tar'
options=(!strip)