diff options
author | Erich Eckner <git@eckner.net> | 2022-05-06 08:51:38 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-05-06 08:51:38 +0200 |
commit | 62f1c46f438953a67170b9e9c189aab7fb383ce0 (patch) | |
tree | 307f5c558c987c3d5b2a4084459b8e9310005e6f | |
parent | afe22400e17a83b6a88fc2bad4bed01656f9ed21 (diff) | |
download | archlinuxewe-62f1c46f438953a67170b9e9c189aab7fb383ce0.tar.xz |
dropbox: rebuild
-rw-r--r-- | dropbox/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dropbox/PKGBUILD b/dropbox/PKGBUILD index 7eff31430..29dd53d46 100644 --- a/dropbox/PKGBUILD +++ b/dropbox/PKGBUILD @@ -7,7 +7,7 @@ pkgname=dropbox pkgver=146.4.4836 -pkgrel=6 +pkgrel=7 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" @@ -28,7 +28,7 @@ _pinned_dependencies=( 'libicuuc.so=71' 'libsm=1.2.3' 'libx11=1.8' - 'libxcb=1.14' + 'libxcb=1.15' 'libxcomposite=0.4.5' 'libxdamage=1.1.5' 'libxext=1.3.4' |