[arch-commits] Commit in texlive-core/trunk (3 files)
Andreas Radke
andyrtr at archlinux.org
Sun Apr 26 11:18:56 UTC 2020
Date: Sunday, April 26, 2020 @ 11:18:55
Author: andyrtr
Revision: 381605
upgpkg: texlive-core 2020.54593-2: alpm-hooks should use Type = Path, not File
Modified:
texlive-core/trunk/PKGBUILD
texlive-core/trunk/mktexlsr.hook
texlive-core/trunk/texlive-updmap.hook
---------------------+
PKGBUILD | 6 +++---
mktexlsr.hook | 2 +-
texlive-updmap.hook | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-26 11:02:25 UTC (rev 381604)
+++ PKGBUILD 2020-04-26 11:18:55 UTC (rev 381605)
@@ -3,7 +3,7 @@
pkgname=texlive-core
pkgver=2020.54593
_revnr=${pkgver#2020.}
-pkgrel=1
+pkgrel=2
pkgdesc="TeX Live core distribution"
license=('GPL')
arch=(any)
@@ -57,9 +57,9 @@
sha256sums=('204c746733a90958cdc00531824cd8bf6458b162a3558a951af97a17a2ebe916'
'275253728d884b2b75e01840b0824c1fe5afbdda91fafeacd33deb6cd92341a3'
'09cbe0717c53078d30bdc378322f82e673dafbe7cf76a11e0a3c6dd54dcdfea3'
- '1d62d46d4d3a538ccad48d31192fccdfc8d6c0a60b331575a10a007d46812d46'
+ 'c76f01fe2a42e5860f7d0b2f16a4fc09101e1a14ea7488985e914cda749f1a21'
'05afeae62a5d4c9de79c838c9636e2aefe9ad1d6b787fed4e5930c13baf60eba'
- '9a0e462ad44d2ced432860ff62288b1c2f55b04c8d0c92887672478752417cf4'
+ '2141c0842668fb937fd21ca2fae39b642c9665656e404a0d4ee7bdc477bf51fe'
'ee6e76192a5ad880a2152cd7900b86c8465239fb228045a2f8360b0d7a449f4a'
'b641550fe7727422b6964d505db7dbc35b3680a9d47b8d97ac550828bdb9bac7'
'f96e9f815fa0a4b85e677f2a9215d9106b8abe46eceb3f3e36a6c76eda3e4a85'
Modified: mktexlsr.hook
===================================================================
--- mktexlsr.hook 2020-04-26 11:02:25 UTC (rev 381604)
+++ mktexlsr.hook 2020-04-26 11:18:55 UTC (rev 381605)
@@ -1,5 +1,5 @@
[Trigger]
-Type = File
+Type = Path
Operation = Install
Operation = Upgrade
Operation = Remove
Modified: texlive-updmap.hook
===================================================================
--- texlive-updmap.hook 2020-04-26 11:02:25 UTC (rev 381604)
+++ texlive-updmap.hook 2020-04-26 11:18:55 UTC (rev 381605)
@@ -1,5 +1,5 @@
[Trigger]
-Type = File
+Type = Path
Operation = Install
Operation = Upgrade
Operation = Remove
More information about the arch-commits
mailing list