diff options
author | William Pitcock <nenolod@dereferenced.org> | 2018-02-27 23:11:09 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2018-02-27 23:11:09 +0000 |
commit | 1ba0e86423665352946f0eb2868d70cc6f29d024 (patch) | |
tree | bce4362dac0dcc61e4fe070efed82ac0eff8134e | |
parent | 4236f423c936788611d94914f0ade359a8d5e291 (diff) | |
download | aports-1ba0e86423665352946f0eb2868d70cc6f29d024.tar.bz2 aports-1ba0e86423665352946f0eb2868d70cc6f29d024.tar.xz |
main: rebuild against icu-60.2
-rw-r--r-- | main/harfbuzz/APKBUILD | 2 | ||||
-rw-r--r-- | main/icu/APKBUILD | 2 | ||||
-rw-r--r-- | main/open-vm-tools/APKBUILD | 2 | ||||
-rw-r--r-- | main/py-icu/APKBUILD | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/main/harfbuzz/APKBUILD b/main/harfbuzz/APKBUILD index e3fdc70083..83dba26dcd 100644 --- a/main/harfbuzz/APKBUILD +++ b/main/harfbuzz/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=harfbuzz pkgver=1.6.3 -pkgrel=1 +pkgrel=2 pkgdesc="Text shaping library" url="http://freedesktop.org/wiki/Software/HarfBuzz" arch="all" diff --git a/main/icu/APKBUILD b/main/icu/APKBUILD index ca6adad12d..ae81c32ef0 100644 --- a/main/icu/APKBUILD +++ b/main/icu/APKBUILD @@ -6,7 +6,7 @@ pkgver=60.2 # convert x.y.z to x_y_z _ver=${pkgver//./_} -pkgrel=0 +pkgrel=1 pkgdesc="International Components for Unicode library" url="http://www.icu-project.org/" arch="all" diff --git a/main/open-vm-tools/APKBUILD b/main/open-vm-tools/APKBUILD index 04996a922d..470328fa77 100644 --- a/main/open-vm-tools/APKBUILD +++ b/main/open-vm-tools/APKBUILD @@ -3,7 +3,7 @@ pkgname=open-vm-tools pkgver=10.1.15 _pkgsubver=${pkgver#*_p} _ver=${pkgver/_p/-} -pkgrel=0 +pkgrel=1 pkgdesc="The Open Virtual Machine Tools are the open source implementation of VMware Tools." url="https://github.com/vmware/open-vm-tools/" arch="x86 x86_64" diff --git a/main/py-icu/APKBUILD b/main/py-icu/APKBUILD index 3ba00374af..7ca99ed299 100644 --- a/main/py-icu/APKBUILD +++ b/main/py-icu/APKBUILD @@ -2,7 +2,7 @@ pkgname=py-icu _pkgname=PyICU pkgver=1.9.8 -pkgrel=0 +pkgrel=1 pkgdesc="Python binding for ICU" url="http://pyicu.osafoundation.org/" arch="all" |