summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthew Gamble2020-10-07 08:56:03 +1100
committerMatthew Gamble2020-10-07 08:56:03 +1100
commit903657da8c29a5144be4a95cf4a1e8e3aa2881cb (patch)
tree091a71c31ea47477bb260b01385cd9b1f92b47b5 /PKGBUILD
parent7eb3198dd558cd815437071f32b28e4ec9332d8e (diff)
downloadaur-903657da8c29a5144be4a95cf4a1e8e3aa2881cb.tar.gz
Code style fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 631ec3bb13cb..0bf0583850ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=hr
pkgver=1.0.0
pkgrel=1
pkgdesc="A port of LuRsT's hr to c"
-arch=('i686' 'x86_64')
+arch=("i686" "x86_64")
url="https://github.com/djmattyg007/hr"
license=('custom:Public Domain')
source=("https://github.com/djmattyg007/hr/releases/download/${pkgver}/hr-${pkgver}.tar.gz")