summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpancho horrillo2017-06-15 06:48:59 +0200
committerpancho horrillo2017-06-15 06:52:35 +0200
commit592a37c250889f712989fb9ba88157e517c57425 (patch)
tree2fce40b1e2f6bc427f8d4685ea11b908157a125d
parenta5b4caf5ee86d784cc65b11ad397568189ecb64f (diff)
downloadaur-592a37c250889f712989fb9ba88157e517c57425.tar.gz
Use single quotes instead of double quotes around fixed strings
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2d5a5fe959ac..5e0921302323 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
pkgname=the_platinum_searcher
pkgver=2.1.5
pkgrel=1
-pkgdesc="A code search tool similar to ack and the_silver_searcher(ag)"
+pkgdesc='A code search tool similar to ack and the_silver_searcher(ag)'
arch=('x86_64')
makedepends=('git' 'go' 'mercurial')
-url="https://github.com/monochromegane/the_platinum_searcher"
+url='https://github.com/monochromegane/the_platinum_searcher'
license=('MIT')
provides=('the_platinum_searcher')
conflicts=('the_platinum_searcher-bin')