summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAoibhinn di Tori2015-09-26 21:18:48 +0100
committerAoibhinn di Tori2015-09-26 21:18:48 +0100
commit1b380b2e0957af1341f412dfb22a72fab0ff80a8 (patch)
tree1dd3e4db3edcab88ad342a8bbc6883f9d054d2c5 /PKGBUILD
parent2933072067d649ad70f1d26253abe8d2c311142e (diff)
downloadaur-1b380b2e0957af1341f412dfb22a72fab0ff80a8.tar.gz
comply to standards.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 90484a01993b..0d60d51ad7b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@ pkgver=20150917
pkgrel=1
pkgdesc="Visualize when your system was running"
url="https://github.com/p-e-w/ranwhen"
-arch=("any")
-license=("GPL3")
-provides=("ranwhen")
-depends=("python")
-makedepends=("git")
-source=("git+https://github.com/p-e-w/${_pkgname}.git")
-md5sums=("SKIP")
+arch=('any')
+license=('GPL3')
+provides=('ranwhen')
+depends=('python')
+makedepends=('git')
+source=(git+https://github.com/p-e-w/${_pkgname}.git)
+md5sums=('SKIP)
package() {