diff options
author | Erich Eckner <git@eckner.net> | 2022-12-05 07:34:59 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-12-05 07:34:59 +0100 |
commit | 7f555cd0690cb011f15754273b5d926c0359d29e (patch) | |
tree | e8d4b31aa005d559514b79ffed162092c4ff55dc | |
parent | bb079b4a0ceb83288c235e6d2d69cdb5aa4bcb33 (diff) | |
download | archlinuxewe-7f555cd0690cb011f15754273b5d926c0359d29e.tar.xz |
dropbox: rebuild
-rw-r--r-- | dropbox/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dropbox/PKGBUILD b/dropbox/PKGBUILD index 5f88ed915..fbaa8dad8 100644 --- a/dropbox/PKGBUILD +++ b/dropbox/PKGBUILD @@ -7,7 +7,7 @@ pkgname=dropbox pkgver=161.4.4923 -pkgrel=133 +pkgrel=134 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" @@ -29,8 +29,8 @@ _pinned_dependencies=( 'libsm=1.2.3' 'libx11=1.8.2' 'libxcb=1.15' - 'libxcomposite=0.4.5' - 'libxdamage=1.1.5' + 'libxcomposite=0.4.6' + 'libxdamage=1.1.6' 'libxext=1.3.5' 'libxfixes=6.0.0' 'libxml2=2.10.3' |