aboutsummaryrefslogtreecommitdiffstats
path: root/community/cldr-emoji-annotation
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2020-05-01 13:28:22 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-05-01 12:07:17 +0000
commit398dcc6909a41206212ebe28ea9b1580be9d1376 (patch)
treee4add9d2afcd67d34af10071a980b8ac85d42d3c /community/cldr-emoji-annotation
parentce47cbedbb31f52d0d7e98de87c913a6c3aa5f48 (diff)
downloadaports-398dcc6909a41206212ebe28ea9b1580be9d1376.tar.bz2
aports-398dcc6909a41206212ebe28ea9b1580be9d1376.tar.xz
community/cldr-emoji-annotation: upgrade to 36.12.120200305.0
Diffstat (limited to 'community/cldr-emoji-annotation')
-rw-r--r--community/cldr-emoji-annotation/APKBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/cldr-emoji-annotation/APKBUILD b/community/cldr-emoji-annotation/APKBUILD
index 7bf974834f..d168599f98 100644
--- a/community/cldr-emoji-annotation/APKBUILD
+++ b/community/cldr-emoji-annotation/APKBUILD
@@ -1,16 +1,16 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=cldr-emoji-annotation
-pkgver=36.12.120191002.0
-_tag=${pkgver%.*}_${pkgver##*.}
+pkgver=36.12.120200305.0
+_pkgver=${pkgver%.*}_${pkgver##*.}
pkgrel=0
pkgdesc="Emoji annotation files in CLDR"
arch="noarch"
url="https://github.com/fujiwarat/cldr-emoji-annotation"
license="Unicode-DFS-2016 AND LGPL-2.0-or-later"
makedepends="automake autoconf"
-source="$pkgname-$pkgver.tar.gz::https://github.com/fujiwarat/cldr-emoji-annotation/archive/$_tag.tar.gz"
-builddir="$srcdir/$pkgname-$_tag"
+source="https://github.com/fujiwarat/cldr-emoji-annotation/archive/$_pkgver/cldre-emoji-annotation-$_pkgver.tar.gz"
+builddir="$srcdir/$pkgname-$_pkgver"
prepare() {
default_prepare
@@ -24,10 +24,10 @@ build() {
}
package() {
- make DESTDIR="$pkgdir" install
+ DESTDIR="$pkgdir" make install
# TODO(leo): pkgconfig file has weird version so a pc: is not made
mkdir -p "$pkgdir"/usr/lib
mv "$pkgdir"/usr/share/pkgconfig "$pkgdir"/usr/lib
}
-sha512sums="d186413587ff62280d6f40f1ae7fae50c0e821a68407288a440b21bcb3a0ccf87617a40e02e606c30d895b8da0be3d7f073092090219457bf1f6d5ac4e54a0a8 cldr-emoji-annotation-36.12.120191002.0.tar.gz"
+sha512sums="e4fc2e4b3b10f77fe2c00c3ba64003502869d9e871fd9d23c2a8945f79438cead6730aee23c07d84b283d7bc56bd547dd816718387fa8952d8757104dfa2e35f cldre-emoji-annotation-36.12.120200305_0.tar.gz"