summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYichao Zhou2022-04-04 16:38:27 -0700
committerYichao Zhou2022-04-04 16:38:27 -0700
commit0d605d0201d3b4998ed7cc5d2af68bbc385684de (patch)
treeb37667f9a465f0138bb73cefccc3bfcc77151e2d
parent8285a37e97906e3058b4d235a092c4c7b7504a97 (diff)
downloadaur-0d605d0201d3b4998ed7cc5d2af68bbc385684de.tar.gz
version bump
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fdb958049583..56fa53cb37e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = texlive-installer
pkgdesc = This packages provides the installer of texlive. It also tricks Arch into thinking it has its texlive packages installed.
- pkgver = 2021
+ pkgver = 2022
pkgrel = 1
url = http://www.tug.org/texlive/
install = texlive-installer.install
@@ -10,7 +10,7 @@ pkgbase = texlive-installer
depends = xz
provides = texlive-bin
provides = texlive-htmlxml
- provides = texlive-formatsextra=2021
+ provides = texlive-formatsextra=2022
provides = texlive-bibtexextra
provides = texlive-core
provides = texlive-fontsextra
@@ -33,4 +33,3 @@ pkgbase = texlive-installer
md5sums = SKIP
pkgname = texlive-installer
-
diff --git a/PKGBUILD b/PKGBUILD
index 026cf1707962..1edfa9b1c133 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Yichao Zhou <broken.zhou@gmail.com>
pkgname=texlive-installer
-pkgver=2021
+pkgver=2022
pkgrel=1
pkgdesc="This packages provides the installer of texlive. It also tricks Arch into thinking it has its texlive packages installed."
url="http://www.tug.org/texlive/"
@@ -10,7 +10,7 @@ depends=('wget' 'xz')
optdepends=()
makedepends=()
replaces=()
-provides=('texlive-bin' 'texlive-htmlxml' 'texlive-formatsextra=2021' $(pacman -Sgq texlive-most texlive-lang))
+provides=('texlive-bin' 'texlive-htmlxml' 'texlive-formatsextra=2022' $(pacman -Sgq texlive-most texlive-lang))
source=("http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz")
md5sums=('SKIP')
install=${pkgname}.install