summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChih-Hsuan Yen2018-03-24 19:27:35 +0800
committerChih-Hsuan Yen2018-03-24 19:27:35 +0800
commitfc06dfac1dc536d56dcc90f52f1c9067b3871cd8 (patch)
tree0f4a3422da17edf9d7b89736d5906bb0dd4cbd3c
parent3cf7cf939d129bcad1e993f91e299ae085e81c52 (diff)
downloadaur-fc06dfac1dc536d56dcc90f52f1c9067b3871cd8.tar.gz
drop the unsupported option !upx (fixes #20)
Ref: https://git.archlinux.org/pacman.git/commit/?id=1a29744d0da8aa945b96b234574e0d5c80f13b62
-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")