[arch-commits] Commit in unicode-character-database/repos/extra-any (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Mon Sep 20 20:39:35 UTC 2021


    Date: Monday, September 20, 2021 @ 20:39:35
  Author: felixonmars
Revision: 424423

archrelease: copy trunk to extra-any

Added:
  unicode-character-database/repos/extra-any/PKGBUILD
    (from rev 424422, unicode-character-database/trunk/PKGBUILD)
Deleted:
  unicode-character-database/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-20 20:39:12 UTC (rev 424422)
+++ PKGBUILD	2021-09-20 20:39:35 UTC (rev 424423)
@@ -1,36 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=unicode-character-database
-pkgver=13.0.0
-pkgrel=1
-pkgdesc="Unicode Character Database"
-url="https://www.unicode.org/"
-arch=(any)
-license=(BSD)
-makedepends=(lynx)
-source=("UCD-$pkgver.zip::https://www.unicode.org/Public/zipped/$pkgver/UCD.zip"
-        "Unihan-$pkgver.zip::https://www.unicode.org/Public/zipped/$pkgver/Unihan.zip"
-        "unicode-license.html::https://www.unicode.org/license.html")
-noextract=({UCD,Unihan}-$pkgver.zip)
-sha512sums=('aed6d06c370dd87bc5713e19ff4cde47b065b76a18149194fa843e4efc5269f749ec8905cad9132d3b803ab621a46e372052b8f3c3e9b6a65afa6516b0f2b4f2'
-            '87238202b5da069ab1bbc4672d86c6fd0711e354fb17f53b0b4152850c56c0fa09e6e45820ae52d49756b25fe696518ceaa34cbfe5366ff60688c9a5c3a2d5be'
-            '178c97b6173c7acd956f041af7b0dc47bed5fc689864f71a86978f8f47f1250b2a6401337f3ec51d69e98a1041a60bfb93a97b19e0eb79fd7a24177277e94965')
-
-build() {
-  lynx -dump -display_charset=utf-8 unicode-license.html > LICENSE
-}
-
-package() {
-  for _f in UCD Unihan; do
-    install -Dm644 $_f-$pkgver.zip "$pkgdir/usr/share/unicode/$_f.zip"
-    bsdtar -C "$pkgdir/usr/share/unicode" -x --no-same-owner --no-same-permissions -f $_f-$pkgver.zip
-  done
-
-  # FS#49938: A bunch of compatibility symlinks
-  ln -s . "$pkgdir/usr/share/unicode/ucd"
-  for _f in $pkgname unicode-data unidata; do
-    ln -s unicode "$pkgdir/usr/share/$_f"
-  done
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE
-}

Copied: unicode-character-database/repos/extra-any/PKGBUILD (from rev 424422, unicode-character-database/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-20 20:39:35 UTC (rev 424423)
@@ -0,0 +1,36 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=unicode-character-database
+pkgver=14.0.0
+pkgrel=1
+pkgdesc="Unicode Character Database"
+url="https://www.unicode.org/"
+arch=(any)
+license=(BSD)
+makedepends=(lynx)
+source=("UCD-$pkgver.zip::https://www.unicode.org/Public/zipped/$pkgver/UCD.zip"
+        "Unihan-$pkgver.zip::https://www.unicode.org/Public/zipped/$pkgver/Unihan.zip"
+        "unicode-license.html::https://www.unicode.org/license.html")
+noextract=({UCD,Unihan}-$pkgver.zip)
+sha512sums=('17fbfb3ebd3a75227526d87e19feb70c1b0ccee656e421e955aadc88847ed2597437eb8cf19619e2a49470d286b285e219aec18d6b29dab47cfa8317a212b458'
+            '1827e512dd1bd27f3553746275dc90e3c3add38590d56da3901eccb56b94fee9e2dd806514a866ca73dfe4770ec585d200a6b6a7a4293c2ff572a2f5b50ef091'
+            '91ed5783a76e109af7ec9229f15d266edb812f238c671223f9455cd4a591d0c5079cfaeff610c20b05f1ae59a2a3514e021d55c0f35184a18fa7f6b5a7acf4a8')
+
+build() {
+  lynx -dump -display_charset=utf-8 unicode-license.html > LICENSE
+}
+
+package() {
+  for _f in UCD Unihan; do
+    install -Dm644 $_f-$pkgver.zip "$pkgdir/usr/share/unicode/$_f.zip"
+    bsdtar -C "$pkgdir/usr/share/unicode" -x --no-same-owner --no-same-permissions -f $_f-$pkgver.zip
+  done
+
+  # FS#49938: A bunch of compatibility symlinks
+  ln -s . "$pkgdir/usr/share/unicode/ucd"
+  for _f in $pkgname unicode-data unidata; do
+    ln -s unicode "$pkgdir/usr/share/$_f"
+  done
+
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE
+}



More information about the arch-commits mailing list