summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2017-07-14 15:17:58 -0400
committerTed Alff2017-07-14 15:17:58 -0400
commit1e57d275ad982db8c664e88a4787aa498523e0d2 (patch)
treebf7e3f0167d98ee6f42cf15bf25b31d15d39ed56
parent29da6c62a84ce19111441590233c241519af2a6e (diff)
downloadaur-1e57d275ad982db8c664e88a4787aa498523e0d2.tar.gz
Adopted
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD9
2 files changed, 4 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8e6eee44ada..13511e9e83c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Mar 3 19:21:38 UTC 2017
+# Fri Jul 14 19:16:04 UTC 2017
pkgbase = insync-nemo
pkgdesc = Nemo integration for insync
pkgver = 1.3.12.36116
@@ -10,7 +10,6 @@ pkgbase = insync-nemo
makedepends = gtk-doc
depends = insync
depends = nemo-python
- noextract = insync-nemo-1.3.12.36116.deb
options = !strip
source = insync-nemo-1.3.12.36116.deb::http://s.insynchq.com/builds/insync-nemo_1.3.12.36116-precise_all.deb
sha256sums = e3b9ac6be0a2f0488aea05753c37b271763cc2f145ff860f5615a79bf2dc2113
diff --git a/PKGBUILD b/PKGBUILD
index 8fa06bc84afe..d688fa2eae75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: Mark Weiman <mark dot weiman at markzz dot com>
+# Maintainer: twa022 <twa022 at gmail dot com>
+# Contributor: Mark Weiman <mark dot weiman at markzz dot com>
# Contributor: Zhengyu Xu <xzy3186@gmail.com>
pkgname=insync-nemo
@@ -13,11 +14,7 @@ depends=("insync" "nemo-python")
makedepends=('gtk-doc')
source=("${pkgname}-${pkgver}.deb::http://s.insynchq.com/builds/${pkgname}_${pkgver}-precise_all.deb")
sha256sums=('e3b9ac6be0a2f0488aea05753c37b271763cc2f145ff860f5615a79bf2dc2113')
-noextract=("${pkgname}-${pkgver}.deb")
package() {
- cd $srcdir
- ar x ${pkgname}-${pkgver}.deb
- tar xvf data.tar.gz
- cp -rp usr $pkgdir
+ tar -zxf "${srcdir}"/data.tar.gz -C "${pkgdir}"
}