various: pkgrel bump after icu-dev upgrade
Rebuild to fix missing dependencies: so:libicui18n.so.63, so:libicuuc.so.63 Currently we are facing another upstream compatibility issue with Alpine, which is why CI will fail: polkit and therefore networkmanager don't exist for armhf, armv7. See #244 for details.
This commit is contained in:
parent
f3bd8707a1
commit
230433ad9d
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Bhushan Shah <bshah@kde.org>
|
||||
pkgname=libphonenumber
|
||||
pkgver=8.9.6
|
||||
pkgrel=6
|
||||
pkgrel=7
|
||||
_gtestversion=1.8.1
|
||||
pkgdesc="Library for parsing, formatting, and validating international phone numbers."
|
||||
url="https://github.com/googlei18n/libphonenumber"
|
||||
|
|
|
@ -9,7 +9,7 @@ _ver=${_ver/_/-}
|
|||
_ver=${_ver/beta0/beta}
|
||||
_ver=${_ver/rc0/rc}
|
||||
_V=${_ver/rc/RC}
|
||||
pkgrel=12
|
||||
pkgrel=13
|
||||
pkgdesc="Qt5 - QtBase components"
|
||||
url="http://qt-project.org/"
|
||||
arch="all"
|
||||
|
|
|
@ -4,7 +4,7 @@ pkgname=system-settings
|
|||
_pkgname=system-settings
|
||||
pkgver=0_git20181011
|
||||
_commit="7414ae1e6436aafe8be2717b382ab865bd923a2e"
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="System Settings application for Unity8"
|
||||
url="https://github.com/ubports/system-settings"
|
||||
arch="x86_64"
|
||||
|
|
Loading…
Reference in a new issue