diff options
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 1b9bfd7ae..32ae7efe9 100644 --- a/dropbox/PKGBUILD +++ b/dropbox/PKGBUILD @@ -7,13 +7,13 @@ pkgname=dropbox pkgver=146.4.4836 -pkgrel=35 +pkgrel=36 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" license=(custom) _pinned_dependencies=( - 'gcc-libs=12.1.0' + 'gcc-libs=12.1.1' 'glibc>=2.31' 'libdrm=2.4.112' 'libffi=3.4.2' |