summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f68ee4b70ca0..1213e352ea2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dropbox
pkgdesc = A free service that lets you bring your photos, docs, and videos anywhere and share them easily.
pkgver = 45.4.92
- pkgrel = 1
+ pkgrel = 2
url = https://www.dropbox.com
arch = i686
arch = x86_64
@@ -20,7 +20,6 @@ pkgbase = dropbox
optdepends = xdg-utils: for "Launch Dropbox Website" and file manager integration
conflicts = dropbox-experimental
options = !strip
- options = !upx
source = dropbox.png
source = dropbox.desktop
source = terms.txt
diff --git a/PKGBUILD b/PKGBUILD
index 178b5a6de7ec..7afe273c8a03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=dropbox
pkgver=45.4.92
-pkgrel=1
+pkgrel=2
pkgdesc="A free service that lets you bring your photos, docs, and videos anywhere and share them easily."
arch=("i686" "x86_64")
url="https://www.dropbox.com"
@@ -16,7 +16,7 @@ optdepends=(
'xdg-utils: for "Launch Dropbox Website" and file manager integration'
)
conflicts=("dropbox-experimental")
-options=('!strip' '!upx')
+options=('!strip')
source=("dropbox.png" "dropbox.desktop" "terms.txt" "dropbox.service" "dropbox@.service")
source_i686=("https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-$pkgver.tar.gz")