diff options
Diffstat (limited to 'dropbox')
-rw-r--r-- | dropbox/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dropbox/PKGBUILD b/dropbox/PKGBUILD index b43beb0e5..537dad92e 100644 --- a/dropbox/PKGBUILD +++ b/dropbox/PKGBUILD @@ -7,13 +7,13 @@ pkgname=dropbox pkgver=167.4.4719 -pkgrel=20 +pkgrel=21 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.2.1' + 'gcc-libs=13.1.1' 'glibc>=2.31' 'libdrm=2.4.115' 'libffi=3.4.4' |