summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLaércio de Sousa2016-10-17 11:02:23 -0200
committerLaércio de Sousa2016-10-17 11:02:23 -0200
commit206283498dde027af16a6570abf2a79b9cc1fb5e (patch)
tree8147180b435d105e573fdef4bdeb2319f95d4be0 /PKGBUILD
parentf370f48048e838ac77aec0f0e3853e5e893c12f7 (diff)
downloadaur-206283498dde027af16a6570abf2a79b9cc1fb5e.tar.gz
Fix "source should be an array" error.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a86da33050bb..8fa19e46b187 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="http://bitbucket.org/lgs/pycha/"
license=('LGPL')
depends=('python2')
makedepends=('python2-distribute' 'mercurial')
-source=hg+https://bitbucket.org/lgs/pycha
+source=('hg+https://bitbucket.org/lgs/pycha')
md5sums=('SKIP')
_hgrepo="pycha"