summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 8 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a9932e287ad2..db8923372756 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=tllocalmgr-git
_pkgname='texlive-localmanager'
pkgver=r84.bbd8488
-pkgrel=2
+pkgrel=3
pkgdesc='A shell and command-line utility to manage TeXLive on Arch Linux'
arch=('any')
url='https://gitlab.archlinux.org/remy/texlive-localmanager.git'
@@ -28,12 +28,14 @@ source=("${_pkgname}::git+https://gitlab.archlinux.org/remy/texlive-localmanager
'tllocalmgr-2021.patch'
'tllocalmgr-enhance.patch'
'tllocalmgr-fix-texlive-local-match.patch'
- 'tllocalmgr-pkgs-nicer-error.patch')
+ 'tllocalmgr-pkgs-nicer-error.patch'
+ 'tllocalmgr-mirror-opt.patch')
sha256sums=('SKIP'
'cd12f1927fa9d950855aab91b30039d0cbb328a8c7899382286d3ace16bb6a3b'
'22222ff329919ee6a16ffd489b0213b14f8169d9daf6ef1a82aa5ab37538c236'
'a7698d0076f4e1a7ef401899c174ed9a290674a7e89e9c818ba078e17548c6e7'
- '1538426adada826f8faeed826e9be5f5610ade23ce0437535e39662294e6e108')
+ '1538426adada826f8faeed826e9be5f5610ade23ce0437535e39662294e6e108'
+ 'd7064657f6336bed7be230fc05df800e6bdcee31d10c718b4b9b1b55f7f26c8a')
pkgver() {
cd "$_pkgname"
@@ -59,6 +61,9 @@ prepare() {
# make error on missing 'pkgs' file non-fatal, improve error msg
patch -p1 < "$srcdir/tllocalmgr-pkgs-nicer-error.patch"
+
+ # correctly pass --mirror option
+ patch -p1 < "$srcdir/tllocalmgr-mirror-opt.patch"
}
package() {