diff options
author | Erich Eckner <git@eckner.net> | 2022-05-12 02:02:45 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-05-12 02:02:45 +0200 |
commit | 12b7090a2e4c21c0df2328559778feaea2f1ddf5 (patch) | |
tree | 802ea37fcf3b51b7f853bf99a1da2aa6123d61a3 | |
parent | 64363e1e83cfccf1d3bd07ac5a3a0cf4668163d2 (diff) | |
download | archlinuxewe-12b7090a2e4c21c0df2328559778feaea2f1ddf5.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 40c787149..87b7afb37 100644 --- a/dropbox/PKGBUILD +++ b/dropbox/PKGBUILD @@ -7,7 +7,7 @@ pkgname=dropbox pkgver=146.4.4836 -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" @@ -33,7 +33,7 @@ _pinned_dependencies=( 'libxdamage=1.1.5' 'libxext=1.3.4' 'libxfixes=6.0.0' - 'libxml2=2.9.13' + 'libxml2=2.9.14' 'libxmu=1.1.3' 'libxrender=0.9.10' 'libxshmfence=1.3' |