diff options
author | Erich Eckner <git@eckner.net> | 2022-04-03 23:47:15 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-04-03 23:47:15 +0200 |
commit | 5de06ae8d263c1c911f24d43973e27dd8b398a85 (patch) | |
tree | 55d4309a7522bd7eb9550728a0810078dfa9ca3f /dropbox/PKGBUILD | |
parent | 59545d4434a33519cc63f0f8107de77b39705bb5 (diff) | |
download | archlinuxewe-5de06ae8d263c1c911f24d43973e27dd8b398a85.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 f9f15d687..513913652 100644 --- a/dropbox/PKGBUILD +++ b/dropbox/PKGBUILD @@ -7,7 +7,7 @@ pkgname=dropbox pkgver=145.4.4921 -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=70' 'libicuuc.so=70' 'libsm=1.2.3' - 'libx11=1.7.4' + 'libx11=1.7.5' 'libxcb=1.14' 'libxcomposite=0.4.5' 'libxdamage=1.1.5' |