summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraaron2020-01-23 16:17:26 -0700
committeraaron2020-01-23 16:17:26 -0700
commite9d4e7121f465e11ccaf995c7c62068aae18811d (patch)
tree93a59e07e63c45026c205e7fe23f8c514567cc7d
parentc9764150d8e77e60f38510430f2b734ed23bf075 (diff)
downloadaur-e9d4e7121f465e11ccaf995c7c62068aae18811d.tar.gz
remove quotes from PKGBUILD
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4586b7e8a2bd..309dba3c3fb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Aaron Rogers <aaron.kyle.rogers at gmail dot com>
-pkgname="obd-auto-doctor"
-pkgver="3.6.2"
-pkgrel="1"
+pkgname=obd-auto-doctor
+pkgver=3.6.2
+pkgrel=1
pkgdesc="obd scan and diagnostics"
arch=('i686' 'x86_64')
url="http://www.obdautodoctor.com/"