[arch-commits] Commit in unicode-cldr/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Tue Aug 23 19:06:08 UTC 2022


    Date: Tuesday, August 23, 2022 @ 19:06:08
  Author: felixonmars
Revision: 1275897

archrelease: copy trunk to community-any

Added:
  unicode-cldr/repos/community-any/PKGBUILD
    (from rev 1275891, unicode-cldr/trunk/PKGBUILD)
Deleted:
  unicode-cldr/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-23 19:06:07 UTC (rev 1275896)
+++ PKGBUILD	2022-08-23 19:06:08 UTC (rev 1275897)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-shopt -s extglob
-
-pkgbase=unicode-cldr
-pkgname=(unicode-cldr unicode-cldr-annotations)
-pkgver=38.0
-pkgrel=2
-pkgdesc="Unicode Common Locale Data Repository"
-arch=('any')
-url="http://cldr.unicode.org/"
-license=('custom')
-source=("https://unicode.org/Public/cldr/${pkgver%.*}/cldr-common-$pkgver.zip")
-sha512sums=('76a2cdfbe74bd25825dd0a91f81d3651d6baab374b7cffd2346d9194b30d2bf16940e448ede5b1c5f470ad2ff7df082a957ec6eade336b9baaafd40870648b1e')
-
-package_unicode-cldr-annotations() {
-  pkgdesc="Unicode Common Locale Data Repository (annotations only)"
-
-  cd common
-  install -dm755 "$pkgdir"/usr/share/unicode/cldr/common
-  cp -r annotations "$pkgdir"/usr/share/unicode/cldr/common/
-  install -Dm644 ../unicode-license.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
-
-package_unicode-cldr() {
-  depends=('unicode-cldr-annotations')
-
-  cd common
-  install -dm755 "$pkgdir"/usr/share/unicode/cldr/common
-  cp -r !(annotations) "$pkgdir"/usr/share/unicode/cldr/common/
-
-  install -Dm644 ../unicode-license.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: unicode-cldr/repos/community-any/PKGBUILD (from rev 1275891, unicode-cldr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-23 19:06:08 UTC (rev 1275897)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+shopt -s extglob
+
+pkgbase=unicode-cldr
+pkgname=(unicode-cldr unicode-cldr-annotations)
+pkgver=39.0
+pkgrel=1
+pkgdesc="Unicode Common Locale Data Repository"
+arch=('any')
+url="http://cldr.unicode.org/"
+license=('custom')
+source=("https://unicode.org/Public/cldr/${pkgver%.*}/cldr-common-$pkgver.zip")
+sha512sums=('efb591d3cd3628cab69e3d3cf3ab66c11672b882b3c719bb184c44293ff7375f9f7b71d7ef7c2ee818d2adccc7f9c086333a465ae6c4e948b259b9f13b25ea80')
+
+package_unicode-cldr-annotations() {
+  pkgdesc="Unicode Common Locale Data Repository (annotations only)"
+
+  cd common
+  install -dm755 "$pkgdir"/usr/share/unicode/cldr/common
+  cp -r annotations "$pkgdir"/usr/share/unicode/cldr/common/
+  install -Dm644 ../LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
+
+package_unicode-cldr() {
+  depends=('unicode-cldr-annotations')
+
+  cd common
+  install -dm755 "$pkgdir"/usr/share/unicode/cldr/common
+  cp -r !(annotations) "$pkgdir"/usr/share/unicode/cldr/common/
+
+  install -Dm644 ../LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list