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

Felix Yan felixonmars at archlinux.org
Wed Oct 31 20:00:16 UTC 2018


    Date: Wednesday, October 31, 2018 @ 20:00:14
  Author: felixonmars
Revision: 400470

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-31 19:59:55 UTC (rev 400469)
+++ PKGBUILD	2018-10-31 20:00:14 UTC (rev 400470)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=cldr-emoji-annotation
-pkgver=33.1.0.0
-_tag=33.1.0_0
-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=('57dc2b7c8ce4b287eb83113b4d66f5359ce0e03a86477926705864d997bf87a5638dd66414b8ec4549a887cd328c9f996249269be4ca05f0d86d00393e55c513')
-
-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 400469, cldr-emoji-annotation/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-31 20:00:14 UTC (rev 400470)
@@ -0,0 +1,25 @@
+# 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
+}



More information about the arch-commits mailing list