[arch-commits] Commit in texlive-music/trunk (PKGBUILD)

Rémy Oudompheng remy at archlinux.org
Sun Dec 6 10:11:45 UTC 2020


    Date: Sunday, December 6, 2020 @ 10:11:45
  Author: remy
Revision: 402945

upgpkg: texlive-music 2020.56473-1

Lilyglyphs is now compatible with Python 3.

- upgrade package lilyglyphs 33164 -> 56473

Modified:
  texlive-music/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-06 10:10:41 UTC (rev 402944)
+++ PKGBUILD	2020-12-06 10:11:45 UTC (rev 402945)
@@ -2,9 +2,9 @@
 # Maintainer: Rémy Oudompheng <remy at archlinux.org>
 
 pkgname=texlive-music
-pkgver=2020.54758
+pkgver=2020.56473
 _revnr=${pkgver#2020.}
-pkgrel=2
+pkgrel=1
 pkgdesc="TeX Live - Music typesetting packages"
 license=('GPL')
 arch=(any)
@@ -13,11 +13,10 @@
             'fontforge: for scripts from the lilyglyphs packages')
 groups=('texlive-most')
 url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip" "$pkgname.maps" python3-compat.patch)
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip" "$pkgname.maps")
 options=('!emptydirs')
-sha256sums=('47f418d851a0f838c08be406135ef338533e32cf0bc9c4ffefeaa0139973e8f1'
-            '0b3cc045390e756eb9243c0acc99a48a9c02ddab4764f4a00f8c3170660f017f'
-            'f439a94c93eca9fa7e1e52b9d1f6af2abb963b33978bdea4b6f893cd97562392')
+sha256sums=('06caf29f5ef2e3881cde74963f70ffe75215359ae824ebae4f0599b24ca4458b'
+            '0b3cc045390e756eb9243c0acc99a48a9c02ddab4764f4a00f8c3170660f017f')
 
 build() {
    for p in *.tar.xz; do
@@ -24,10 +23,6 @@
 	   bsdtar -xf $p
    done
    rm -rf {tlpkg,doc,source} || true
-
-   # Update print statements to Python 3
-   cd texmf-dist
-   patch -Np1 -i ${srcdir}/python3-compat.patch
 }
 
 package() {



More information about the arch-commits mailing list