summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoan Bruguera2020-10-07 01:13:35 +0200
committerJoan Bruguera2020-10-07 01:13:35 +0200
commit5275e06cc68a87b71b29a6a4dde62c22159461c3 (patch)
treef6dcfa20bdcbb9512b800137acde8636737fb937 /PKGBUILD
parent27adaddfb500067a2507e8e8fc5c3b8e4ef9d2d7 (diff)
downloadaur-g2ttrss-mobile.tar.gz
Quote variables in string (fix inocuous shellcheck warning SC2206) - no pkgrel bump.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 029361c7e7d2..0f726b7eac45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url='https://github.com/g2ttrss/g2ttrss-mobile'
license=(unknown)
depends=('tt-rss')
_commit=c5af46ebf64076e4c62c978551fa749af268710b
-source=(https://github.com/g2ttrss/g2ttrss-mobile/archive/${_commit}.zip)
+source=("https://github.com/g2ttrss/g2ttrss-mobile/archive/${_commit}.zip")
sha256sums=('79dd8d50a337f0e8920283d33b73a86d118edf421fc2e9f2ed1c54d7898ed095')
package() {