diff options
author | Erich Eckner <git@eckner.net> | 2023-08-20 22:39:44 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2023-08-20 22:39:44 +0200 |
commit | 6a9f13230f7211f01d40ab188f463382a6077548 (patch) | |
tree | 15f34b8f7e54adcf0573ef0b9fa051ee03211126 /dropbox | |
parent | 407188ebab56e498fb085c3dd76e78e67702bbe4 (diff) | |
download | archlinuxewe-6a9f13230f7211f01d40ab188f463382a6077548.tar.xz |
dropbox: rebuild
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 e398b94a4..db71746bb 100644 --- a/dropbox/PKGBUILD +++ b/dropbox/PKGBUILD @@ -7,7 +7,7 @@ pkgname=dropbox pkgver=177.4.5399 -pkgrel=10 +pkgrel=11 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=73' 'libsm=1.2.4' 'libx11=1.8.6' - 'libxcb=1.15' + 'libxcb=1.16' 'libxcomposite=0.4.6' 'libxdamage=1.1.6' 'libxext=1.3.5' |