summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinRs2019-04-24 20:23:59 +0800
committerLinRs2019-04-24 20:23:59 +0800
commit11f281b181276daf9e0f1790566110411f7378aa (patch)
tree806b5f8cd09fe542d2ac72cd0b0ff6be02e401fb
parent5ded9389c9e3d74e06062e1374f31e0d13386447 (diff)
downloadaur-11f281b181276daf9e0f1790566110411f7378aa.tar.gz
upgpkg: emacs-helm-git v3.2.r18.g1424ee4c-1
forget to quote the `provides` array
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee4a97fee394..aab73ca75667 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = emacs-helm-git
makedepends = git
depends = emacs
depends = emacs-async
- provides = emacs-helm=${pkgver}
+ provides = emacs-helm=v3.2.r18.g1424ee4c
conflicts = emacs-helm
source = emacs-helm-git::git+https://github.com/emacs-helm/helm.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1f0079e565dc..923452fa6c26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('any')
license=('GPL3')
depends=('emacs' 'emacs-async')
makedepends=('git')
-provides=('emacs-helm=${pkgver}')
+provides=("emacs-helm=${pkgver}")
conflicts=('emacs-helm')
source=("${pkgname}::git+${url}.git")
sha256sums=('SKIP')