summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Reuße2016-02-01 17:24:46 +0100
committerSebastian Reuße2016-02-01 17:24:46 +0100
commit68189544588e58669a4314dcc7fd0089a9490fea (patch)
treec0300fdc346565e3c27d6f36dafccfa053e9b989
parent661a1286de3ee6734d6a0ae7c62f34b345e356fa (diff)
downloadaur-68189544588e58669a4314dcc7fd0089a9490fea.tar.gz
Fix source/sha256sums: should be arrays.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52ef711a2247..d672dc1af349 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Dec 18 21:00:00 UTC 2015
+# Mon Feb 1 16:24:46 UTC 2016
pkgbase = zsh-autopair-git
pkgdesc = Auto-close and delete matching delimiters in Zsh
pkgver = r32.86b6d0e
diff --git a/PKGBUILD b/PKGBUILD
index 3bd3ed332fc3..51e96277739a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,9 +11,9 @@ depends=(zsh)
makedepends=(git)
provides=(zsh-autopair)
conflicts=(zsh-autopair)
-source=git+https://github.com/hlissner/zsh-autopair
+source=(git+https://github.com/hlissner/zsh-autopair)
install=zsh-autopair-git.install
-sha256sums=SKIP
+sha256sums=(SKIP)
pkgver() {