summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2021-05-23 15:53:18 +0200
committerHans-Nikolai Viessmann2021-05-23 15:53:18 +0200
commit5ec68efb26af91a9d581d5d3aa0d5c75ba7842ca (patch)
tree3068d2febfbf3c0aab2a51d0261f8390dbd58b48
parentd65e7820140a78450ad4150517a6cd3290f881f2 (diff)
downloadaur-5ec68efb26af91a9d581d5d3aa0d5c75ba7842ca.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 2858d23e2bc1..f1b7af573691 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = tllocalmgr-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
@@ -17,12 +17,12 @@ pkgbase = tllocalmgr-git
conflicts = texlive-localmanager
conflicts = texlive-localmanager-git
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 3457e7c6ca51..6196fa600415 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=tllocalmgr-git
_pkgname='texlive-localmanager'
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/'
@@ -15,8 +15,8 @@ license=('GPL')
provides=("texlive-localmanager=$pkgver")
conflicts=('texlive-localmanager'
'texlive-localmanager-git')
-depends=('texlive-core>=2011'
- 'texlive-core<2021'
+depends=('texlive-core>=2016'
+ 'texlive-core<2022'
'perl-libwww'
'perl-term-shellui'
'perl-term-readline-gnu'
@@ -25,12 +25,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')
@@ -43,8 +43,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.