summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwillemw122023-09-22 15:58:38 +0200
committerwillemw122023-09-22 15:58:38 +0200
commitfb9c8caed7954b711ca98f7f1f8cb6b6d0a57da2 (patch)
treea1682acb658816931a9f32ff2dad48250eaa49f7 /PKGBUILD
parent716e46049ebe390e79b7318b7fa363d7f66455bc (diff)
downloadaur-fb9c8caed7954b711ca98f7f1f8cb6b6d0a57da2.tar.gz
Double-quote source URL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 81f02ec585bc..fe61dd82b34e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ optdepends=('python-pyqt5: Qt5 Python bindings'
'pyside6: PySide Qt6 Python bindings')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-source=($pkgname::git+$url.git)
+source=("$pkgname::git+$url.git")
md5sums=('SKIP')
pkgver() {