summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYurii Kolesnykov2022-11-29 16:57:22 +0200
committerYurii Kolesnykov2022-11-29 16:57:22 +0200
commitf3773eb929ea6aa204ab8210d8b221237837fba4 (patch)
treedf57a92e2fecc9359c23855c336c5a66455cc088
parenta3c62428a250935e4387e8073bbd5df1320c5b39 (diff)
downloadaur-f3773eb929ea6aa204ab8210d8b221237837fba4.tar.gz
v3.7.9.50368
Signed-off-by: Yurii Kolesnykov <root@yurikoles.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf37ad792c15..a0781d214438 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = insync-thunar
pkgdesc = Thunar integration for insync
- pkgver = 3.0.23.40579
+ pkgver = 3.7.9.50368
pkgrel = 1
url = https://www.insynchq.com/downloads
arch = any
@@ -9,7 +9,7 @@ pkgbase = insync-thunar
depends = thunar
depends = thunarx-python
options = !strip
- source = insync-thunar-3.0.23.40579.deb::http://s.insynchq.com/builds/insync-thunar_3.0.23.40579_all.deb
- sha256sums = 18f7fd32ae78ee2681d184175d73d8c6a4f67a9500e7832df46bb777d5962b48
+ source = https://apt.insync.io/ubuntu/pool/contrib/i/insync-thunar/insync-thunar_3.7.9.50368_all.deb
+ sha256sums = 5fbd42bbd6ac714bcb9a9495c1fa0873e8cbfe7f58fc15ee5aa45dc625174159
pkgname = insync-thunar
diff --git a/PKGBUILD b/PKGBUILD
index 1877fecb8d3b..608780070f35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Previous maintainer: Yochai Gal <yochai gal at gmail dot com>
pkgname=insync-thunar
-pkgver=3.0.23.40579
+pkgver=3.7.9.50368
pkgrel=1
pkgdesc="Thunar integration for insync"
url="https://www.insynchq.com/downloads"
@@ -14,10 +14,10 @@ depends=(
'thunar'
'thunarx-python'
)
-source=("$pkgname-$pkgver.deb::http://s.insynchq.com/builds/insync-thunar_3.0.23.40579_all.deb")
-sha256sums=('18f7fd32ae78ee2681d184175d73d8c6a4f67a9500e7832df46bb777d5962b48')
+source=("https://apt.insync.io/ubuntu/pool/contrib/i/${pkgname}/${pkgname}_${pkgver}_all.deb")
+sha256sums=('5fbd42bbd6ac714bcb9a9495c1fa0873e8cbfe7f58fc15ee5aa45dc625174159')
package() {
tar xf data.tar.gz
- cp -rp usr "$pkgdir"
+ cp -a usr "${pkgdir}"
}