diff options
-rw-r--r-- | dropbox/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dropbox/PKGBUILD b/dropbox/PKGBUILD index 5f88ed915..fbaa8dad8 100644 --- a/dropbox/PKGBUILD +++ b/dropbox/PKGBUILD @@ -7,7 +7,7 @@ pkgname=dropbox pkgver=161.4.4923 -pkgrel=133 +pkgrel=134 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" @@ -29,8 +29,8 @@ _pinned_dependencies=( 'libsm=1.2.3' 'libx11=1.8.2' 'libxcb=1.15' - 'libxcomposite=0.4.5' - 'libxdamage=1.1.5' + 'libxcomposite=0.4.6' + 'libxdamage=1.1.6' 'libxext=1.3.5' 'libxfixes=6.0.0' 'libxml2=2.10.3' |