diff options
Diffstat (limited to 'dropbox/PKGBUILD')
-rw-r--r-- | dropbox/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dropbox/PKGBUILD b/dropbox/PKGBUILD index 1d2986639..76965122b 100644 --- a/dropbox/PKGBUILD +++ b/dropbox/PKGBUILD @@ -7,7 +7,7 @@ pkgname=dropbox pkgver=146.4.4836 -pkgrel=22 +pkgrel=23 pkgdesc="A free service that lets you bring your photos, docs, and videos anywhere and share them easily." arch=("i686" "pentium4" "x86_64") url="https://www.dropbox.com" @@ -27,7 +27,7 @@ _pinned_dependencies=( 'libicui18n.so=71' 'libicuuc.so=71' 'libsm=1.2.3' - 'libx11=1.8' + 'libx11=1.8.1' 'libxcb=1.15' 'libxcomposite=0.4.5' 'libxdamage=1.1.5' @@ -40,7 +40,7 @@ _pinned_dependencies=( 'libxslt=1.1.35' 'libxxf86vm=1.1.4' 'mesa=22.1.1' - 'qt5-base=5.15.4+kde+r151' + 'qt5-base=5.15.4+kde+r152' 'qt5-declarative=5.15.4+kde+r19' 'qt5-webkit=5.212.0alpha4' 'zlib=1:1.2.12' |