diff options
-rw-r--r-- | dropbox/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dropbox/PKGBUILD b/dropbox/PKGBUILD index b9f6e2089..25f854025 100644 --- a/dropbox/PKGBUILD +++ b/dropbox/PKGBUILD @@ -7,7 +7,7 @@ pkgname=dropbox pkgver=177.4.5399 -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" @@ -15,7 +15,7 @@ license=(custom) _pinned_dependencies=( 'gcc-libs=13.2.1' 'glibc>=2.31' - 'libdrm=2.4.115' + 'libdrm=2.4.116' 'libffi=3.4.4' 'libfontconfig.so=1' 'libfreetype.so=6' |