diff options
-rw-r--r-- | dropbox/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dropbox/PKGBUILD b/dropbox/PKGBUILD index 5833d0ebf..f7f15f9b5 100644 --- a/dropbox/PKGBUILD +++ b/dropbox/PKGBUILD @@ -7,7 +7,7 @@ pkgname=dropbox pkgver=119.4.1772 -pkgrel=4 +pkgrel=5 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" @@ -23,9 +23,9 @@ _pinned_dependencies=( 'libglvnd=1.3.2' 'libgthread-2.0.so=0' 'libice=1.0.10' - 'libicudata.so=68' - 'libicui18n.so=68' - 'libicuuc.so=68' + 'libicudata.so=69' + 'libicui18n.so=69' + 'libicuuc.so=69' 'libsm=1.2.3' 'libx11=1.7.0' 'libxcb=1.14' |