summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2016-06-07 14:31:37 -0600
committerBrian Bidulock2016-06-07 14:31:37 -0600
commit3b8aafed078e87ee8ac81da364a086f4ef1a7ef1 (patch)
tree3844fff3258dd7b1eb503a9446b500881b018787
parent590e1ce017d234f39d8689174d59b0395a7e7936 (diff)
downloadaur-3b8aafed078e87ee8ac81da364a086f4ef1a7ef1.tar.gz
make source an array
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 54de25ce3cce..6254a50a027e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ arch=(i686 x86_64)
provides=($_pkgname)
conflicts=($_pkgname)
options=(!libtool)
-source="$pkgname::git+https://github.com/mytch444/catwm.git"
+source=("$pkgname::git+https://github.com/mytch444/catwm.git")
md5sums=('SKIP')
pkgver() {