Date: Monday, December 19, 2022 @ 18:23:35
Author: felixonmars
Revision: 1361806
archrelease: copy trunk to community-any
Added:
unicode-cldr/repos/community-any/PKGBUILD
(from rev 1361805, unicode-cldr/trunk/PKGBUILD)
Deleted:
unicode-cldr/repos/community-any/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-19 18:23:24 UTC (rev 1361805)
+++ PKGBUILD 2022-12-19 18:23:35 UTC (rev 1361806)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-shopt -s extglob
-
-pkgbase=unicode-cldr
-pkgname=(unicode-cldr unicode-cldr-annotations)
-pkgver=41.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=('c64f3338e292962817b043dd11e9c47f533c9b70d432f83e80654e20f4937c72b37e66a60485df43f734b1ff94ebf0452547a063076917889303c9653b4d6ce5')
-
-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 1361805,
unicode-cldr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-12-19 18:23:35 UTC (rev 1361806)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <[email protected]>
+
+shopt -s extglob
+
+pkgbase=unicode-cldr
+pkgname=(unicode-cldr unicode-cldr-annotations)
+pkgver=42.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=('315448fe6a9ac2d5a6a7fd1a27b38c5db30fed053654a803d50e3a8d06aa08ad153e8e57089fa094c561f41a54f37eecda0701b47a1813879902be71945aa38a')
+
+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/
+}