summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTed Alff2018-12-13 22:18:37 -0500
committerTed Alff2018-12-13 22:18:37 -0500
commit23ad27811667d1c745776328dc09f5febc25855e (patch)
treeffe47e73b2a3b9c07ec141513d34ba81be4d2a87 /PKGBUILD
parent207690ef34eaee59542e7e26b87abd96ab953f24 (diff)
downloadaur-23ad27811667d1c745776328dc09f5febc25855e.tar.gz
Correct patch application
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"
}