diff options
-rw-r--r-- | dropbox/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dropbox/PKGBUILD b/dropbox/PKGBUILD index 3ce5f3121..a440e9bf4 100644 --- a/dropbox/PKGBUILD +++ b/dropbox/PKGBUILD @@ -7,7 +7,7 @@ pkgname=dropbox pkgver=185.4.6054 -pkgrel=13 +pkgrel=14 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" @@ -40,7 +40,7 @@ _pinned_dependencies=( 'libxslt=1.1.39' 'libxxf86vm=1.1.5' 'libz.so=1' - 'mesa=1:23.3.1' + 'mesa=1:23.3.2' 'qt5-base=5.15.11+kde+r148' 'qt5-declarative=5.15.11+kde+r32' ) |