emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/pacmacs bb622648e3 162/472: Add Package-Requires header fo


From: ELPA Syncer
Subject: [nongnu] elpa/pacmacs bb622648e3 162/472: Add Package-Requires header for dependencies
Date: Thu, 6 Jan 2022 21:59:21 -0500 (EST)

branch: elpa/pacmacs
commit bb622648e39658baf566da8c19d622df7753e8a7
Author: Syohei YOSHIDA <syohex@gmail.com>
Commit: Syohei YOSHIDA <syohex@gmail.com>

    Add Package-Requires header for dependencies
    
    And clean up Cask file.
---
 Cask       | 3 ---
 pacmacs.el | 1 +
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/Cask b/Cask
index f8e4ebb2a5..9f5be6eb2f 100644
--- a/Cask
+++ b/Cask
@@ -8,9 +8,6 @@
        ("sprites" "sprites/*.json")
        ("sprites" "sprites/*.xpm"))
 
-(depends-on "dash")
-(depends-on "dash-functional")
-
 (development
  (depends-on "el-mock")
  (depends-on "ert-runner")
diff --git a/pacmacs.el b/pacmacs.el
index 2d8a018603..c85d583b58 100644
--- a/pacmacs.el
+++ b/pacmacs.el
@@ -6,6 +6,7 @@
 ;; Maintainer: Alexey Kutepov <reximkut@gmail.com>
 ;; URL: http://github.com/rexim/pacmacs.el
 ;; Version: 0.0.1
+;; Package-Requires: ((dash "2.11.0") (dash-functional "1.2.0") (cl-lib "0.5"))
 
 ;; Permission is hereby granted, free of charge, to any person
 ;; obtaining a copy of this software and associated documentation



reply via email to

[Prev in Thread] Current Thread [Next in Thread]