summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLancia2022-11-01 19:24:01 +0330
committerLancia2022-11-01 19:24:01 +0330
commitbd66ea8373ea6ec8f32f36878db93eadc22ffda6 (patch)
tree210d9cec6ded43712c4b8658e817d4a0d0b99991
parent12732761a1d50ea5a7913930301b37eaecaf17f2 (diff)
downloadaur-bd66ea8373ea6ec8f32f36878db93eadc22ffda6.tar.gz
put $url and $pkgname for source= variable in "${...}"
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 32fba7b72245..e5ef4cfc5497 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ depends=('libx11' 'libxft')
makedepends=('git')
provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}")
-source=("$pkgname::git+$url")
+source=("${pkgname}::git+${url}")
md5sums=('SKIP')
pkgver() {