diff options
author | Erich Eckner <git@eckner.net> | 2022-05-02 09:03:22 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-05-02 09:19:18 +0200 |
commit | ab51c46d512beadb87ba1409dc4e391e5f061036 (patch) | |
tree | 7aaef2419b3c0950e9007a15dbb562555fd60009 | |
parent | f593200afac51bb6bd54ce23d9cde03a1e29ef5e (diff) | |
download | archlinuxewe-ab51c46d512beadb87ba1409dc4e391e5f061036.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 e1858f178..f9f2d7f57 100644 --- a/dropbox/PKGBUILD +++ b/dropbox/PKGBUILD @@ -7,7 +7,7 @@ pkgname=dropbox pkgver=146.4.4836 -pkgrel=3 +pkgrel=4 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=71' 'libicuuc.so=71' 'libsm=1.2.3' - 'libx11=1.7.5' + 'libx11=1.8' 'libxcb=1.14' 'libxcomposite=0.4.5' 'libxdamage=1.1.5' |