summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2019-11-08 14:07:13 +0100
committerGordian Edenhofer2019-11-08 14:07:13 +0100
commit7bcbe9bf4b5da20772c3bf2bbf7f2b66a54cbea1 (patch)
tree84372ddf22120d688170883a21063fa0a25f60d0
parenta175fa7a353750cc8456bcbc9d7ffcc34ede1b88 (diff)
downloadaur-7bcbe9bf4b5da20772c3bf2bbf7f2b66a54cbea1.tar.gz
upgpkg: insync-nautilus 3.0.23.40579-2
Update the dependency on python2-nautilus to python-nautilus. Hence, get rid of python2.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c1da3ed9a4c..45924386f2ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = insync-nautilus
pkgdesc = Python extension and icons for integrating Insync with Nautilus
pkgver = 3.0.23.40579
- pkgrel = 1
+ pkgrel = 2
url = https://www.insynchq.com/downloads
arch = any
license = custom:insync
depends = insync
depends = nautilus
- depends = python2-nautilus
+ depends = python-nautilus
options = !strip
source = https://d2t3ff60b2tol4.cloudfront.net/builds/insync-nautilus_3.0.23.40579_all.deb
sha512sums = 7e4ff3638c5fc83951d487e3709e2fbf0d967184c6329b0b0dd68fe28c0f33f7b3c7f89442204a71bb519bfbcb1bcd77f04b4fc96f2c9fa6ed7e460ce3b7c1a1
diff --git a/PKGBUILD b/PKGBUILD
index 51a323fb1885..20ab94f8c9a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=insync-nautilus
pkgver=3.0.23.40579
-pkgrel=1
+pkgrel=2
pkgdesc="Python extension and icons for integrating Insync with Nautilus"
arch=('any')
url="https://www.insynchq.com/downloads"
license=('custom:insync')
-depends=('insync' 'nautilus' 'python2-nautilus')
+depends=('insync' 'nautilus' 'python-nautilus')
options=(!strip)
source=("https://d2t3ff60b2tol4.cloudfront.net/builds/${pkgname}_${pkgver}_all.deb")
sha512sums=('7e4ff3638c5fc83951d487e3709e2fbf0d967184c6329b0b0dd68fe28c0f33f7b3c7f89442204a71bb519bfbcb1bcd77f04b4fc96f2c9fa6ed7e460ce3b7c1a1')