summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Lima2016-12-20 20:33:15 -0200
committerDaniel Lima2016-12-20 20:33:35 -0200
commitbf2dce5ecb916f8543e6deaedf6244d5450a5ff3 (patch)
tree8a65891f0d29caa5764449a2802724b52b922236 /PKGBUILD
parent61bb2e0d22cb66221cd32f0c9109a058b9f7cc63 (diff)
downloadaur-bf2dce5ecb916f8543e6deaedf6244d5450a5ff3.tar.gz
fix source array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 78b6313ffd26..b38df5b88cd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url='https://github.com/skarbat/xsysroot'
license=('MIT')
makedepends=('git')
depends=('python2' 'qemu-user-static' 'binfmt-support')
-source=(git+ssh://github.com/skarbat/xsysroot)
+source=('git+ssh://github.com/skarbat/xsysroot')
sha256sums=('SKIP')
pkgver() {