diff options
Diffstat (limited to 'dropbox')
-rw-r--r-- | dropbox/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dropbox/PKGBUILD b/dropbox/PKGBUILD index 73daca51c..e6a84ae91 100644 --- a/dropbox/PKGBUILD +++ b/dropbox/PKGBUILD @@ -7,7 +7,7 @@ pkgname=dropbox pkgver=175.4.5569 -pkgrel=4 +pkgrel=5 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=72' 'libicuuc.so=72' 'libsm=1.2.4' - 'libx11=1.8.5' + 'libx11=1.8.6' 'libxcb=1.15' 'libxcomposite=0.4.6' 'libxdamage=1.1.6' @@ -40,8 +40,8 @@ _pinned_dependencies=( 'libxslt=1.1.37' 'libxxf86vm=1.1.5' 'mesa=23.1.2' - 'qt5-base=5.15.9+kde+r155' - 'qt5-declarative=5.15.9+kde+r26' + 'qt5-base=5.15.10+kde+r129' + 'qt5-declarative=5.15.10+kde+r26' 'zlib=1:1.2.13' ) depends=('dbus' "${_pinned_dependencies[@]}") |