summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-06-02 14:35:17 +0900
committerSean Whitton <spwhitton@spwhitton.name>2016-06-02 14:35:17 +0900
commitb2e848d31283df8ced1d538b84c690414644685a (patch)
tree15a476c6067082b629c415d2d2d1e7e2b72b539c /debian/patches
parent523e1278c3f39eea6457e6e295de04b3dd9e7f9e (diff)
refresh patch
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/0005-remove-async-dependency.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/patches/0005-remove-async-dependency.patch b/debian/patches/0005-remove-async-dependency.patch
index c7658f0b..7c4c7952 100644
--- a/debian/patches/0005-remove-async-dependency.patch
+++ b/debian/patches/0005-remove-async-dependency.patch
@@ -12,21 +12,21 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/helm-pkg.el
+++ b/helm-pkg.el
@@ -3,7 +3,6 @@
- (define-package "helm" "1.9.5"
+ (define-package "helm" "1.9.6"
"Helm is an Emacs incremental and narrowing framework"
'((emacs "24.3")
-- (async "1.8")
+- (async "1.9")
(popup "0.5.3")
- (helm-core "1.9.5"))
+ (helm-core "1.9.6"))
:url "https://emacs-helm.github.io/helm/")
--- a/helm-core-pkg.el
+++ b/helm-core-pkg.el
@@ -2,8 +2,7 @@
- (define-package "helm-core" "1.9.5"
+ (define-package "helm-core" "1.9.6"
"Development files for Helm"
- '((emacs "24.3")
-- (async "1.8"))
+- (async "1.9"))
+ '((emacs "24.3"))
:url "https://emacs-helm.github.io/helm/")