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

Felix Yan felixonmars at archlinux.org
Tue Feb 26 13:22:51 UTC 2019


    Date: Tuesday, February 26, 2019 @ 13:22:49
  Author: felixonmars
Revision: 436141

archrelease: copy trunk to community-any

Added:
  cldr-emoji-annotation/repos/community-any/PKGBUILD
    (from rev 436140, cldr-emoji-annotation/trunk/PKGBUILD)
Deleted:
  cldr-emoji-annotation/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-26 13:22:30 UTC (rev 436140)
+++ PKGBUILD	2019-02-26 13:22:49 UTC (rev 436141)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=cldr-emoji-annotation
-pkgver=34.0.0.0
-_tag=${pkgver%.*}_${pkgver##*.}
-pkgrel=1
-pkgdesc="Emoji annotation files in CLDR"
-arch=('any')
-url="https://github.com/fujiwarat/cldr-emoji-annotation"
-license=('custom')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/fujiwarat/cldr-emoji-annotation/archive/$_tag.tar.gz")
-sha512sums=('277476677888e636ebece6abbc3eb7e1d9b89af79e2f498b814988b4cc10914a66edfa1dc3b39df6251939629f7a9b2a4f68e739dbceea37dba7d44ef1cdb62a')
-
-build() {
-  cd cldr-emoji-annotation-$_tag
-  ./autogen.sh --prefix=/usr
-  make
-}
-
-package() {
-  cd cldr-emoji-annotation-$_tag
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 unicode-license.txt "$pkgdir"/usr/share/licenses/$pkgname/unicode-license.txt
-}

Copied: cldr-emoji-annotation/repos/community-any/PKGBUILD (from rev 436140, cldr-emoji-annotation/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-26 13:22:49 UTC (rev 436141)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=cldr-emoji-annotation
+pkgver=34.12.14891.0
+_tag=${pkgver%.*}_${pkgver##*.}
+pkgrel=1
+pkgdesc="Emoji annotation files in CLDR"
+arch=('any')
+url="https://github.com/fujiwarat/cldr-emoji-annotation"
+license=('custom')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/fujiwarat/cldr-emoji-annotation/archive/$_tag.tar.gz")
+sha512sums=('2351f67ecc7028aef3632eb25f300e57f278daf6be2390917ff66a3ff0aad06c1e02885a80d399d6c387aaf972bd507acd79f1f2cea4512b138a2a54a2783634')
+
+build() {
+  cd cldr-emoji-annotation-$_tag
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd cldr-emoji-annotation-$_tag
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 unicode-license.txt "$pkgdir"/usr/share/licenses/$pkgname/unicode-license.txt
+}



More information about the arch-commits mailing list