diff options
Diffstat (limited to 'dropbox')
-rw-r--r-- | dropbox/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dropbox/PKGBUILD b/dropbox/PKGBUILD index 8face282c..5124b147f 100644 --- a/dropbox/PKGBUILD +++ b/dropbox/PKGBUILD @@ -7,7 +7,7 @@ pkgname=dropbox pkgver=181.4.5678 -pkgrel=12 +pkgrel=13 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=73' 'libicuuc.so=73' 'libsm=1.2.4' - 'libx11=1.8.6' + 'libx11=1.8.7' 'libxcb=1.16' 'libxcomposite=0.4.6' 'libxdamage=1.1.6' @@ -40,9 +40,9 @@ _pinned_dependencies=( 'libxslt=1.1.38' 'libxxf86vm=1.1.5' 'libz.so=1' - 'mesa=1:23.1.8' - 'qt5-base=5.15.10+kde+r162' - 'qt5-declarative=5.15.10+kde+r31' + 'mesa=1:23.2.1' + 'qt5-base=5.15.11+kde+r134' + 'qt5-declarative=5.15.11+kde+r30' ) depends=('dbus' "${_pinned_dependencies[@]}") optdepends=( |