summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerome Leclanche2015-06-10 00:02:13 +0200
committerJerome Leclanche2015-06-10 00:02:13 +0200
commitb2112ad600e42e4a92ac213d62f9e7b3b27c4a35 (patch)
tree8bd50249a2923c2664ff685be47bcb56b55834b0
parent3cbac93cbf3a85a1f3c4cc905489cfa749c5ab34 (diff)
downloadaur-b2112ad600e42e4a92ac213d62f9e7b3b27c4a35.tar.gz
Fix syntax
-rw-r--r--PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e4b5a4f8509f..96c05ede4f56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,15 @@ pkgname=sparklines-git
pkgver=v1.0.1.6.g9832447
pkgrel=1
pkgdesc="Spark: Sparklines for your shell"
-arch=('any')
+arch=("any")
url="http://zachholman.com/spark/"
-license=('MIT')
-makedepends=('git')
-provides=('sparklines')
-conflicts=('sparklines')
+license=("MIT")
+makedepends=("git")
+provides=("sparklines")
+conflicts=("sparklines")
source=("git://github.com/holman/$_pkgname.git")
-sha256sums=('SKIP')
+sha256sums=("SKIP")
+
pkgver() {
cd "$srcdir/$_pkgname"