branch: externals/calibre
commit 20e5bc41f1f6a289706a921e794dfbaab8d83a0a
Author: Kjartan Óli Ágústsson <[email protected]>
Commit: Kjartan Óli Ágústsson <[email protected]>
Fix default value of calibre-calibredb-executable
* calibre.el: Bump package version.
(calibre-calibredb-executable): Change default value from
"calibre" to "calibredb".
---
calibre.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/calibre.el b/calibre.el
index 60289e12e9..9318547e87 100644
--- a/calibre.el
+++ b/calibre.el
@@ -4,7 +4,7 @@
;; Author: Kjartan Oli Agustsson <[email protected]>
;; Maintainer: Kjartan Oli Agustsson <[email protected]>
-;; Version: 1.0.3
+;; Version: 1.0.4
;; Package-Requires: ((emacs "29.1"))
;; URL: https://git.disroot.org/kjartanoli/calibre.el
@@ -36,10 +36,10 @@
"Interact with a Calibre library."
:group 'emacs)
-(defcustom calibre-calibredb-executable "calibre"
+(defcustom calibre-calibredb-executable "calibredb"
"The calibredb executable to use."
:type 'string
- :package-version '("calibre" . "0.1.0"))
+ :package-version '("calibre" . "1.0.4"))
(defcustom calibre-libraries nil
"An alist mapping library names to directories."