summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGennadiy Mykhailiuta2021-02-23 07:30:45 +0000
committerGennadiy Mykhailiuta2021-02-23 07:30:45 +0000
commit23dfd454af87bf65571fd9d75113272d8f332f79 (patch)
treee9622d1cbbe9c149a4be278d07a93107ef26c302 /PKGBUILD
parentc0e22757fa46fbaba4bdca752b7787368f7d3c9d (diff)
downloadaur-23dfd454af87bf65571fd9d75113272d8f332f79.tar.gz
Fix wrong quotes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2cac6720c45f..fa733a384d1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('MIT')
depends=()
conflicts=(${_name})
provides=(${_name})
-source=('https://github.com/dkaslovsky/textnote/releases/download/v${pkgver}/textnote_linux_amd64')
+source=("https://github.com/dkaslovsky/textnote/releases/download/v${pkgver}/textnote_linux_amd64")
sha256sums=('4bfd8bce0b1786a0d48fbb3dbb69e425e798f4531a4d449357108474e26cdd34')
package() {