diff options
-rw-r--r-- | dropbox/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dropbox/PKGBUILD b/dropbox/PKGBUILD index f535e77e7..a310473f1 100644 --- a/dropbox/PKGBUILD +++ b/dropbox/PKGBUILD @@ -7,7 +7,7 @@ pkgname=dropbox pkgver=184.4.6543 -pkgrel=1 +pkgrel=2 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" @@ -15,7 +15,7 @@ license=(custom) _pinned_dependencies=( 'gcc-libs=13.2.1' 'glibc>=2.31' - 'libdrm=2.4.116' + 'libdrm=2.4.117' 'libffi=3.4.4' 'libfontconfig.so=1' 'libfreetype.so=6' @@ -41,7 +41,7 @@ _pinned_dependencies=( 'libxxf86vm=1.1.5' 'libz.so=1' 'mesa=1:23.2.1' - 'qt5-base=5.15.11+kde+r134' + 'qt5-base=5.15.11+kde+r138' 'qt5-declarative=5.15.11+kde+r30' ) depends=('dbus' "${_pinned_dependencies[@]}") |