[arch-commits] Commit in cldr-emoji-annotation/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Jul 5 13:56:49 UTC 2018
Date: Thursday, July 5, 2018 @ 13:56:49
Author: felixonmars
Revision: 352775
archrelease: copy trunk to community-any
Added:
cldr-emoji-annotation/repos/community-any/PKGBUILD
(from rev 352774, 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-07-05 13:56:34 UTC (rev 352774)
+++ PKGBUILD 2018-07-05 13:56:49 UTC (rev 352775)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=cldr-emoji-annotation
-pkgver=33.0.0.2
-_tag=33.0.0_2
-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=('493db9156226d1a170b037eb1ab33a6e0332550b0a97b339aefd826c40746280c6983b1c2bf305a0a65d963be6c1e93cea6ab8cc42b3ac30dac3d443e5018456')
-
-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 352774, cldr-emoji-annotation/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-07-05 13:56:49 UTC (rev 352775)
@@ -0,0 +1,26 @@
+# $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
+}
More information about the arch-commits
mailing list