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

Felix Yan felixonmars at archlinux.org
Thu May 18 05:08:20 UTC 2017


    Date: Thursday, May 18, 2017 @ 05:08:19
  Author: felixonmars
Revision: 228418

archrelease: copy trunk to community-any

Added:
  cldr-emoji-annotation/repos/community-any/PKGBUILD
    (from rev 228417, 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-05-18 05:07:58 UTC (rev 228417)
+++ PKGBUILD	2017-05-18 05:08:19 UTC (rev 228418)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=cldr-emoji-annotation
-pkgver=31.0.1
-_tag=31.0.0_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=('409990240bea132dc61aa77579b2d12723097e26dea07f021c237d72aa508f76441f4fbf50be892d894ce502e23cba9496a28537735666484fbb62ef910b59a6')
-
-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 228417, cldr-emoji-annotation/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-05-18 05:08:19 UTC (rev 228418)
@@ -0,0 +1,26 @@
+# $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
+}



More information about the arch-commits mailing list