diff options
author | Erich Eckner <git@eckner.net> | 2020-08-02 11:09:45 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-08-02 11:09:45 +0200 |
commit | 825ae5cf87841e7fabf14abd3c8542aeac300a50 (patch) | |
tree | 48fc8f526f43ea64784238f64886dcfc45493183 /dropbox/PKGBUILD | |
parent | f92cc4f5fe6d481c60c78fd3ae86db02b1cdf450 (diff) | |
download | archlinuxewe-825ae5cf87841e7fabf14abd3c8542aeac300a50.tar.xz |
dropbox: rebuild
Diffstat (limited to 'dropbox/PKGBUILD')
-rw-r--r-- | dropbox/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dropbox/PKGBUILD b/dropbox/PKGBUILD index ad7aed764..f9174356a 100644 --- a/dropbox/PKGBUILD +++ b/dropbox/PKGBUILD @@ -7,7 +7,7 @@ pkgname=dropbox pkgver=92.4.382 -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=67' 'libicuuc.so=67' 'libsm=1.2.3' - 'libx11=1.6.9' + 'libx11=1.6.10' 'libxcb=1.14' 'libxcomposite=0.4.5' 'libxdamage=1.1.5' |