From 000e3b8368da4f911fe0ac2830a4d4f503dba658 Mon Sep 17 00:00:00 2001 From: Pekka Helenius Date: Tue, 19 May 2020 11:31:32 +0300 Subject: [PATCH] Fix quotes --- arch_linux/resolvconf-override/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch_linux/resolvconf-override/PKGBUILD b/arch_linux/resolvconf-override/PKGBUILD index a5b3f2b..b079773 100644 --- a/arch_linux/resolvconf-override/PKGBUILD +++ b/arch_linux/resolvconf-override/PKGBUILD @@ -5,7 +5,7 @@ pkgver=11.7b292ef pkgrel=1 pkgdesc='Override resolv.conf through environment variables' arch=('any') -url='https://github.com/hadess/${pkgname}' +url="https://github.com/hadess/${pkgname}" license=('Custom') depends=('glibc') makedepends=('git' 'meson' 'ninja')