summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80b7dae2a715..dfe927cfdee8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Dec 13 05:16:34 UTC 2018
+# Fri Dec 14 03:18:23 UTC 2018
pkgbase = insync-nemo
pkgdesc = Nemo integration for insync
pkgver = 1.3.12.36116
- pkgrel = 2
+ pkgrel = 3
url = https://www.insynchq.com/downloads
arch = any
license = custom:insync
diff --git a/PKGBUILD b/PKGBUILD
index 468f44fd3bd0..25c8ffe6bc9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=insync-nemo
pkgver=1.3.12.36116
-pkgrel=2
+pkgrel=3
pkgdesc="Nemo integration for insync"
url="https://www.insynchq.com/downloads"
license=('custom:insync')
@@ -19,6 +19,6 @@ sha256sums=('e3b9ac6be0a2f0488aea05753c37b271763cc2f145ff860f5615a79bf2dc2113'
package() {
cd "${srcdir}"
tar -zxf data.tar.gz
- patch -Np1 -i ../python3.patch
+ patch -Np0 -i ./python3.patch
cp -r usr "${pkgdir}"
}