summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2021-05-23 15:53:18 +0200
committerXZS2022-09-13 14:08:00 +0200
commita6c094b43b3443a81f6f2d0dc0cccf5b2244c705 (patch)
tree0c11db59ce79aa43eaca97a0ca743fd8ed095327
parent0967012f99ade45b3fc3972abdd2d5ccc4d39029 (diff)
downloadaur-a6c094b43b3443a81f6f2d0dc0cccf5b2244c705.tar.gz
change release year to 2021; thanks @oncomouse!
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD14
-rw-r--r--tllocalmgr-2021.patch (renamed from tllocalmgr-2020.patch)2
3 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b707ed98228..948c67695d14 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = texlive-localmanager-git
pkgdesc = A shell and command-line utility to manage TeXLive on Arch Linux
pkgver = v0.7.r3.gbbd8488
- pkgrel = 6
+ pkgrel = 7
url = https://git.archlinux.org/users/remy/texlive-localmanager.git/
arch = any
license = GPL
makedepends = git
- depends = texlive-core>=2011
- depends = texlive-core<2021
+ depends = texlive-core>=2016
+ depends = texlive-core<2022
depends = perl-libwww
depends = perl-term-shellui
depends = perl-term-readline-gnu
@@ -16,12 +16,12 @@ pkgbase = texlive-localmanager-git
provides = texlive-localmanager=v0.7.r3.gbbd8488
conflicts = texlive-localmanager
source = texlive-localmanager::git+http://git.archlinux.org/users/remy/texlive-localmanager.git
- source = tllocalmgr-2020.patch
+ source = tllocalmgr-2021.patch
source = tllocalmgr-enhance.patch
source = tllocalmgr-fix-texlive-local-match.patch
source = tllocalmgr-pkgs-nicer-error.patch
sha256sums = SKIP
- sha256sums = cdd88b9d8b87fcd6117a3ef6c9dd69ac1103a15beb966d64f2ad1996b574a1f1
+ sha256sums = cd12f1927fa9d950855aab91b30039d0cbb328a8c7899382286d3ace16bb6a3b
sha256sums = 22222ff329919ee6a16ffd489b0213b14f8169d9daf6ef1a82aa5ab37538c236
sha256sums = a7698d0076f4e1a7ef401899c174ed9a290674a7e89e9c818ba078e17548c6e7
sha256sums = 1538426adada826f8faeed826e9be5f5610ade23ce0437535e39662294e6e108
diff --git a/PKGBUILD b/PKGBUILD
index a2322396426c..80b6e4c0ff09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,15 +7,15 @@
pkgname=texlive-localmanager-git
_pkgname="${pkgname%-git}"
pkgver=v0.7.r3.gbbd8488
-pkgrel=6
+pkgrel=7
pkgdesc='A shell and command-line utility to manage TeXLive on Arch Linux'
arch=('any')
url='https://git.archlinux.org/users/remy/texlive-localmanager.git/'
license=('GPL')
provides=("texlive-localmanager=$pkgver")
conflicts=('texlive-localmanager')
-depends=('texlive-core>=2011'
- 'texlive-core<2021'
+depends=('texlive-core>=2016'
+ 'texlive-core<2022'
'perl-libwww'
'perl-term-shellui'
'perl-term-readline-gnu'
@@ -24,12 +24,12 @@ depends=('texlive-core>=2011'
makedepends=('git')
source=("${_pkgname}::git+http://git.archlinux.org/users/remy/texlive-localmanager.git"
- 'tllocalmgr-2020.patch'
+ 'tllocalmgr-2021.patch'
'tllocalmgr-enhance.patch'
'tllocalmgr-fix-texlive-local-match.patch'
'tllocalmgr-pkgs-nicer-error.patch')
sha256sums=('SKIP'
- 'cdd88b9d8b87fcd6117a3ef6c9dd69ac1103a15beb966d64f2ad1996b574a1f1'
+ 'cd12f1927fa9d950855aab91b30039d0cbb328a8c7899382286d3ace16bb6a3b'
'22222ff329919ee6a16ffd489b0213b14f8169d9daf6ef1a82aa5ab37538c236'
'a7698d0076f4e1a7ef401899c174ed9a290674a7e89e9c818ba078e17548c6e7'
'1538426adada826f8faeed826e9be5f5610ade23ce0437535e39662294e6e108')
@@ -42,8 +42,8 @@ pkgver() {
prepare() {
cd "$_pkgname"
- # update to handle texlive-2020 releases
- patch -p1 < "$srcdir/tllocalmgr-2020.patch"
+ # update to handle texlive-2021 releases
+ patch -p1 < "$srcdir/tllocalmgr-2021.patch"
# enhances the tllocalmgr script a bit
# thanks: @sharethewisdom and @cobaltspace
diff --git a/tllocalmgr-2020.patch b/tllocalmgr-2021.patch
index 568f0f0d2228..35a52c1f982d 100644
--- a/tllocalmgr-2020.patch
+++ b/tllocalmgr-2021.patch
@@ -7,7 +7,7 @@ index e27f70b..b6e5101 100644
# the year of our release, will be used in the location of the
# network packages, and in menu names, and other places.
-$ReleaseYear = 2019;
-+$ReleaseYear = 2020;
++$ReleaseYear = 2021;
# users can upgrade from this year to the current year; might be the
# same as the release year, or any number of releases earlier.