summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2dfe62127b92..2d341274e83a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
pkgbase = insync-emblem-icons
pkgdesc = File manager emblem icons for Insync file manager extensions
pkgver = 3.4.2.40983
- pkgrel = 1
+ pkgrel = 2
url = https://www.insynchq.com/downloads
arch = any
license = custom:insync
+ depends = hicolor-icon-theme
conflicts = insync-caja<=3.4.1
conflicts = insync-dolphin<=3.4.1
conflicts = insync-nautilus<=3.4.1
conflicts = insync-nemo<=3.4.1
options = !strip
- source = insync-emblem-icons-3.4.2.40983.deb::http://s.insynchq.com/builds/insync-emblem-icons_3.4.2.40983_all.deb
+ source = http://apt.insync.io/ubuntu/pool/contrib/i/insync-emblem-icons/insync-emblem-icons_3.4.2.40983_all.deb
sha256sums = c7630d573e44c41cd6da68fa94dcc35da7ab1f89b766478e77763e0eb18bf162
pkgname = insync-emblem-icons
diff --git a/PKGBUILD b/PKGBUILD
index 4679e89aa431..3e2b50e6e300 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=insync-emblem-icons
pkgver=3.4.2.40983
-pkgrel=1
+pkgrel=2
pkgdesc="File manager emblem icons for Insync file manager extensions"
url="https://www.insynchq.com/downloads"
-license=('custom:insync')
+license=(custom:insync)
options=(!strip)
-arch=('any')
+arch=(any)
+depends=(hicolor-icon-theme)
_conflictver=3.4.1
conflicts=(
"insync-caja<=${_conflictver}"
@@ -15,7 +16,7 @@ conflicts=(
"insync-nautilus<=${_conflictver}"
"insync-nemo<=${_conflictver}"
)
-source=("${pkgname}-${pkgver}.deb::http://s.insynchq.com/builds/${pkgname}_${pkgver}_all.deb")
+source=("http://apt.insync.io/ubuntu/pool/contrib/i/${pkgname}/${pkgname}_${pkgver}_all.deb")
sha256sums=('c7630d573e44c41cd6da68fa94dcc35da7ab1f89b766478e77763e0eb18bf162')
package() {