diff options
Diffstat (limited to 'dropbox')
-rw-r--r-- | dropbox/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dropbox/PKGBUILD b/dropbox/PKGBUILD index 291512791..dcd4fe466 100644 --- a/dropbox/PKGBUILD +++ b/dropbox/PKGBUILD @@ -7,7 +7,7 @@ pkgname=dropbox pkgver=167.4.4719 -pkgrel=29 +pkgrel=30 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=72' 'libicuuc.so=72' 'libsm=1.2.4' - 'libx11=1.8.4' + 'libx11=1.8.5' 'libxcb=1.15' 'libxcomposite=0.4.6' 'libxdamage=1.1.6' |