[skip-ci] cldr-emoji-annotation: update to 33.1.0.0

This commit is contained in:
Jeff Huang 2018-10-12 03:44:24 +02:00
parent dda5e13bb2
commit 94f297b771

View File

@ -1,22 +1,26 @@
# Contributions from Arch:
# Maintainer: Felix Yan <felixonmars@archlinux.org>
pkgname=cldr-emoji-annotation pkgname=cldr-emoji-annotation
pkgver=31.0.1.1 pkgver=33.1.0.0
_pkgver=31.0.1_1 _tag=33.1.0_0
pkgrel=1 pkgrel=1
pkgdesc="This package provides the emoji annotation file by language in CLDR." pkgdesc="Emoji annotation files in CLDR"
arch=('any') arch=('any')
url="https://github.com/fujiwarat/cldr-emoji-annotation" url="https://github.com/fujiwarat/cldr-emoji-annotation"
license=('LGPL') license=('custom')
depends=() source=("$pkgname-$pkgver.tar.gz::https://github.com/fujiwarat/cldr-emoji-annotation/archive/$_tag.tar.gz")
source=("https://github.com/fujiwarat/cldr-emoji-annotation/releases/download/${_pkgver}/${pkgname}-${_pkgver}.tar.gz") sha512sums=('57dc2b7c8ce4b287eb83113b4d66f5359ce0e03a86477926705864d997bf87a5638dd66414b8ec4549a887cd328c9f996249269be4ca05f0d86d00393e55c513')
md5sums=('1aac931f38e25518ec2602745037953f')
build() { build() {
cd "$pkgname-$_pkgver" cd cldr-emoji-annotation-$_tag
./configure --prefix=/usr ./autogen.sh --prefix=/usr
make make
} }
package() { package() {
cd "$pkgname-$_pkgver" cd cldr-emoji-annotation-$_tag
make DESTDIR="$pkgdir/" install make DESTDIR="$pkgdir" install
install -Dm644 unicode-license.txt "$pkgdir"/usr/share/licenses/$pkgname/unicode-license.txt
} }