summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Bruguera2020-10-07 01:09:29 +0200
committerJoan Bruguera2020-10-07 01:09:29 +0200
commitdbd608de415f8b79eeb5a055438c28822a570676 (patch)
tree39f52c66d8edbfa582398a828bf4a3580ef80cdd
parente8d959a66986c7ca5953de70cace49d414ab6f07 (diff)
downloadaur-dbd608de415f8b79eeb5a055438c28822a570676.tar.gz
Quote variables in string (fix inocuous shellcheck warning SC2206) - no pkgrel bump.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d8bfcc32ce65..195b1a7b5322 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="https://github.com/joanbm/full-offline-backup-for-todoist"
license=('GPLv3')
depends=('python')
makedepends=('python-setuptools')
-source=(https://github.com/joanbm/${pkgname}/archive/${pkgver}.tar.gz)
+source=("https://github.com/joanbm/${pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('f131496f9de369ab05cfafcb45393a78bb1bb0b7d063e563f0c42eb74e2812ce')
package() {