summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYurii Kolesnykov2022-02-12 05:36:28 +0200
committerYurii Kolesnykov2022-02-12 05:41:14 +0200
commita3c62428a250935e4387e8073bbd5df1320c5b39 (patch)
tree9d538bce6fdda0ee852af7e030120fd951cd989e
parent47edefc47815fc5c397a6475140df48553f976f9 (diff)
downloadaur-a3c62428a250935e4387e8073bbd5df1320c5b39.tar.gz
small change
Signed-off-by: Yurii Kolesnykov <root@yurikoles.com>
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9eeaae32d845..1877fecb8d3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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")
+source=("$pkgname-$pkgver.deb::http://s.insynchq.com/builds/insync-thunar_3.0.23.40579_all.deb")
sha256sums=('18f7fd32ae78ee2681d184175d73d8c6a4f67a9500e7832df46bb777d5962b48')
package() {
tar xf data.tar.gz
- cp -rp usr "${pkgdir}"
+ cp -rp usr "$pkgdir"
}