diff options
author | Erich Eckner <git@eckner.net> | 2023-02-12 21:34:35 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2023-02-12 21:34:35 +0100 |
commit | a47a2a3854cc31df46ffd8b6f00083f0a1b97630 (patch) | |
tree | a92a1ef3b4fdf6c293449ecd5a8ad2cd5f036c90 | |
parent | b521ec77d87816e7eace1331ee1ec4bb97c9444f (diff) | |
download | archlinuxewe-a47a2a3854cc31df46ffd8b6f00083f0a1b97630.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 6228f4fca..6853a0781 100644 --- a/dropbox/PKGBUILD +++ b/dropbox/PKGBUILD @@ -7,7 +7,7 @@ pkgname=dropbox pkgver=167.4.4719 -pkgrel=2 +pkgrel=3 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=72' 'libicuuc.so=72' 'libsm=1.2.4' - 'libx11=1.8.3' + 'libx11=1.8.4' 'libxcb=1.15' 'libxcomposite=0.4.6' 'libxdamage=1.1.6' |