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

Felix Yan felixonmars at archlinux.org
Fri Sep 29 15:35:44 UTC 2017


    Date: Friday, September 29, 2017 @ 15:35:43
  Author: felixonmars
Revision: 261073

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-29 15:35:20 UTC (rev 261072)
+++ PKGBUILD	2017-09-29 15:35:43 UTC (rev 261073)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=cldr-emoji-annotation
-pkgver=31.0.1
-_tag=${pkgver}_1
-pkgrel=2
-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=('e95e3254f8e7bc098edea2505547072849348557b1dbd45e65ad776d540c4aaada774d4f975b3ef2cc748ee3b654dc93f58057c308d88ec82793ec6a6c3ba20b')
-
-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 261072, cldr-emoji-annotation/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-09-29 15:35:43 UTC (rev 261073)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=cldr-emoji-annotation
+pkgver=31.90.0
+_tag=${pkgver}_1
+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=('64855910d7d076a79d500400479b55ffbeab056c47b54a519cd2e6c44681728cd1f70cd3a750d1fb3f6bca9c404901479bc40f47d715883d2751d666f188c060')
+
+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