[arch-commits] Commit in cldr-emoji-annotation/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Nov 6 14:56:26 UTC 2017
Date: Monday, November 6, 2017 @ 14:56:26
Author: felixonmars
Revision: 265565
archrelease: copy trunk to community-any
Added:
cldr-emoji-annotation/repos/community-any/PKGBUILD
(from rev 265564, 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-11-06 14:56:02 UTC (rev 265564)
+++ PKGBUILD 2017-11-06 14:56:26 UTC (rev 265565)
@@ -1,26 +0,0 @@
-# $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
-}
Copied: cldr-emoji-annotation/repos/community-any/PKGBUILD (from rev 265564, cldr-emoji-annotation/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-11-06 14:56:26 UTC (rev 265565)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=cldr-emoji-annotation
+pkgver=32.0.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=('3b9db285f42d001626d93bcf8e7fb87bfce4e5a8d6b78d348020171aa6a6d6d93e0222e735e6e76ca068e2cebc05ed794e789cf2c26cdbc87e41044853aabf70')
+
+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