Date: Thursday, September 15, 2022 @ 22:59:07
Author: felixonmars
Revision: 1303695
archrelease: copy trunk to community-any
Added:
unicode-cldr/repos/community-any/PKGBUILD
(from rev 1303694, unicode-cldr/trunk/PKGBUILD)
Deleted:
unicode-cldr/repos/community-any/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-15 22:58:46 UTC (rev 1303694)
+++ PKGBUILD 2022-09-15 22:59:07 UTC (rev 1303695)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-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/
-}
Copied: unicode-cldr/repos/community-any/PKGBUILD (from rev 1303694,
unicode-cldr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-15 22:59:07 UTC (rev 1303695)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <[email protected]>
+
+shopt -s extglob
+
+pkgbase=unicode-cldr
+pkgname=(unicode-cldr unicode-cldr-annotations)
+pkgver=40.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=('b45ea381002210cf5963a2ba52fa45ee4e9b1e80ae1180bcecf61f431d64e4e0faba700b3d56a96a33355deab3abdb8bcbae9222b60a8ca85536476718175645')
+
+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/
+}