branch: elpa/emacsql commit de0bde9a022d6a1fd74f03f9a42e8b307f039c43 Author: Christopher Wellons <well...@nullprogram.com> Commit: Christopher Wellons <well...@nullprogram.com>
Use Cask package-file directive instead. --- .gitignore | 2 +- Cask | 8 +------- emacsql.el | 2 ++ 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 97259b9f15..9dc05dc0fa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ *.elc *.tar .cask -emacsql-pkg.el +*-pkg.el diff --git a/Cask b/Cask index 98657e356f..7074a58db0 100644 --- a/Cask +++ b/Cask @@ -1,8 +1,2 @@ (source melpa) - -(package "emacsql" "0.9.0" "high-level SQL database front-end") - -(depends-on "emacs" "24.1") -(depends-on "cl-lib" "0.3") -(depends-on "eieio" "1.4") -(depends-on "finalize" "1.0.0") +(package-file "emacsql.el") diff --git a/emacsql.el b/emacsql.el index 46a88a10c7..f3f426840f 100644 --- a/emacsql.el +++ b/emacsql.el @@ -4,6 +4,8 @@ ;; Author: Christopher Wellons <well...@nullprogram.com> ;; URL: https://github.com/skeeto/emacsql +;; Version: 0.9.0 +;; Package-Requires: ((emacs "24.3") (cl-lib "0.3") (finalize "1.0.0")) ;;; Commentary: