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 a696401f4878..64e9110805dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = insync
pkgdesc = An unofficial Google Drive client that runs on Linux, with support for various desktops
pkgver = 1.4.4
- pkgrel = 1
+ pkgrel = 2
url = https://www.insynchq.com/downloads
arch = i686
arch = x86_64
@@ -11,7 +11,6 @@ pkgbase = insync
depends = python2
optdepends = sni-qt: system tray icon
options = !strip
- options = !upx
source = insync@.service
source = insync.service
sha256sums = cf276c1dbf1592ea63a21c2d61c75f7ad6ec3b13e87b3aaa331e9c14799f4598
diff --git a/PKGBUILD b/PKGBUILD
index 9ecd9ec4764a..492c503b29bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,11 @@ pkgname=insync
pkgver=1.4.4
_pkgver=37065
_dist=artful
-pkgrel=1
+pkgrel=2
pkgdesc="An unofficial Google Drive client that runs on Linux, with support for various desktops"
url="https://www.insynchq.com/downloads"
license=('custom:insync')
-options=(!strip !upx)
+options=(!strip)
depends=('xdg-utils' 'glibc' 'python2')
optdepends=(
'sni-qt: system tray icon'