summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12017-03-18 13:28:24 +0800
committerChocobo12017-03-18 13:28:24 +0800
commitcca4b9dfd2d0cb6756ec4ca499cfa2922b0fac29 (patch)
treed06c77812951fffae40eba9e72e564dc0b6ddb63
parentac2eb8ed173ee4a394eed42dc6e1af7b5e9eb0b0 (diff)
downloadaur-cca4b9dfd2d0cb6756ec4ca499cfa2922b0fac29.tar.gz
Use double quotes
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 914c3e6820cd..29fc141effec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=editorconfig-core-c-git
pkgver=0.12.1.r13.g1f2c30e
pkgrel=1
-pkgdesc='EditorConfig core library written in C (for use by plugins supporting EditorConfig parsing)'
+pkgdesc="EditorConfig core library written in C (for use by plugins supporting EditorConfig parsing)"
arch=('i686' 'x86_64')
-url='https://github.com/editorconfig/editorconfig-core-c'
+url="https://github.com/editorconfig/editorconfig-core-c"
license=('BSD')
depends=('pcre')
makedepends=('git' 'cmake>=2.8.7')