diff options
author | Erich Eckner <git@eckner.net> | 2023-10-03 20:39:34 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2023-10-03 20:39:34 +0200 |
commit | 2649fa1545f25dad6969ad11921d3c7b9353e354 (patch) | |
tree | a8b239d07816e955dc97929ce806fc491b45a600 | |
parent | 7f50b41f94cd53fd4f5793bd5cc36fdcc32070cb (diff) | |
download | archlinuxewe-2649fa1545f25dad6969ad11921d3c7b9353e354.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 982424695..6129dd393 100644 --- a/dropbox/PKGBUILD +++ b/dropbox/PKGBUILD @@ -7,7 +7,7 @@ pkgname=dropbox pkgver=181.4.5678 -pkgrel=9 +pkgrel=10 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=73' 'libicuuc.so=73' 'libsm=1.2.4' - 'libx11=1.8.6' + 'libx11=1.8.7' 'libxcb=1.16' 'libxcomposite=0.4.6' 'libxdamage=1.1.6' |