diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-10-01 13:53:27 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-10-01 13:53:27 +0000 |
commit | 3c6042166f1b66d714560a83f82f4a3e02d891e3 (patch) | |
tree | 85b80f876312b165ee8ae94ac23a57e57f46064e /community/qt5-qtbase | |
parent | 5a4bd3dde37fa11477e892686b68675fa3d2b109 (diff) | |
download | aports-3c6042166f1b66d714560a83f82f4a3e02d891e3.tar.bz2 aports-3c6042166f1b66d714560a83f82f4a3e02d891e3.tar.xz |
community/qt5-qtbase: rebuild against icu-62.1
Diffstat (limited to 'community/qt5-qtbase')
-rw-r--r-- | community/qt5-qtbase/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/qt5-qtbase/APKBUILD b/community/qt5-qtbase/APKBUILD index 7356c1e7f7..0ddd546b27 100644 --- a/community/qt5-qtbase/APKBUILD +++ b/community/qt5-qtbase/APKBUILD @@ -7,7 +7,7 @@ _ver=${_ver/_/-} _ver=${_ver/beta0/beta} _ver=${_ver/rc0/rc} _V=${_ver/rc/RC} -pkgrel=0 +pkgrel=1 pkgdesc="Qt5 - QtBase components" url="http://qt-project.org/" arch="all" |