summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Eyolfson2017-10-15 14:17:39 -0400
committerJon Eyolfson2017-10-15 14:17:39 -0400
commit8be4bec6cf370dfb2e62d3cf20bfb75301c0493b (patch)
tree4d9123c28a9aed4af4c2d1fb6a1583a805f8fe42
parent8f18e5e5bcf82b1370fff089407c4e6dc830642c (diff)
downloadaur-8be4bec6cf370dfb2e62d3cf20bfb75301c0493b.tar.gz
Update to 2.8.5-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee9a61609848..62f24cc06029 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emacs-helm
pkgdesc = Incremental completion and selection narrowing framework for Emacs
- pkgver = 1.9.9
+ pkgver = 2.8.5
pkgrel = 1
url = https://github.com/emacs-helm/helm
arch = any
@@ -9,7 +9,7 @@ pkgbase = emacs-helm
depends = emacs
provides = emacs-helm
conflicts = emacs-helm
- source = https://github.com/emacs-helm/helm/archive/v1.9.9.tar.gz
+ source = https://github.com/emacs-helm/helm/archive/v2.8.5.tar.gz
sha256sums = SKIP
pkgname = emacs-helm
diff --git a/PKGBUILD b/PKGBUILD
index 10b2c3c59128..3b8fe5553d40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: megadriver <megadriver at gmx dot com>
pkgname=emacs-helm
-pkgver=1.9.9
+pkgver=2.8.5
pkgrel=1
pkgdesc="Incremental completion and selection narrowing framework for Emacs"
url="https://github.com/emacs-helm/helm"