[arch-commits] Commit in cldr-emoji-annotation/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Mar 7 06:26:35 UTC 2018
Date: Wednesday, March 7, 2018 @ 06:26:34
Author: felixonmars
Revision: 303447
archrelease: copy trunk to community-any
Added:
cldr-emoji-annotation/repos/community-any/PKGBUILD
(from rev 303446, 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 2018-03-07 06:26:04 UTC (rev 303446)
+++ PKGBUILD 2018-03-07 06:26:34 UTC (rev 303447)
@@ -1,26 +0,0 @@
-# $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
-}
Copied: cldr-emoji-annotation/repos/community-any/PKGBUILD (from rev 303446, cldr-emoji-annotation/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-03-07 06:26:34 UTC (rev 303447)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=cldr-emoji-annotation
+pkgver=32.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=('399038e9c51cd13c6a5e56591d6cb21eba2ce01e920f9ca1273d73b1e9901803edc0e7c0efe5e722d63811a599469cafdfbc8a6ba1e77b16c75d995e41a7ae90')
+
+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