diff options
-rw-r--r-- | dropbox/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dropbox/PKGBUILD b/dropbox/PKGBUILD index 6d761b1d2..d16329471 100644 --- a/dropbox/PKGBUILD +++ b/dropbox/PKGBUILD @@ -7,7 +7,7 @@ pkgname=dropbox pkgver=162.4.5419 -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" @@ -26,8 +26,8 @@ _pinned_dependencies=( 'libicudata.so=72' 'libicui18n.so=72' 'libicuuc.so=72' - 'libsm=1.2.3' - 'libx11=1.8.2' + 'libsm=1.2.4' + 'libx11=1.8.3' 'libxcb=1.15' 'libxcomposite=0.4.6' 'libxdamage=1.1.6' @@ -39,7 +39,7 @@ _pinned_dependencies=( 'libxshmfence=1.3.2' 'libxslt=1.1.37' 'libxxf86vm=1.1.5' - 'mesa=22.2.3' + 'mesa=22.3.1' 'qt5-base=5.15.7+kde+r177' 'qt5-declarative=5.15.7+kde+r25' 'zlib=1:1.2.13' |