diff options
author | Erich Eckner <git@eckner.net> | 2021-06-08 18:57:17 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-06-08 18:57:17 +0200 |
commit | a782cc368f6d2974a2c90474ebe7e17b16d17095 (patch) | |
tree | 98ae118a31f75370ecb13a9c762736740bd85573 | |
parent | 327d0dba5431e2fad4ca95cdb78c9447740b56b5 (diff) | |
download | archlinuxewe-a782cc368f6d2974a2c90474ebe7e17b16d17095.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 ecb6bc23d..67e2f9777 100644 --- a/dropbox/PKGBUILD +++ b/dropbox/PKGBUILD @@ -7,7 +7,7 @@ pkgname=dropbox pkgver=123.4.4832 -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=69' 'libicuuc.so=69' 'libsm=1.2.3' - 'libx11=1.7.1' + 'libx11=1.7.2' 'libxcb=1.14' 'libxcomposite=0.4.5' 'libxdamage=1.1.5' |