diff options
Diffstat (limited to 'app-emacs/posframe')
-rw-r--r-- | app-emacs/posframe/posframe-1.0.4.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/app-emacs/posframe/posframe-1.0.4.ebuild b/app-emacs/posframe/posframe-1.0.4.ebuild index 7d42a6d..7d7e419 100644 --- a/app-emacs/posframe/posframe-1.0.4.ebuild +++ b/app-emacs/posframe/posframe-1.0.4.ebuild @@ -8,10 +8,12 @@ NEED_EMACS="27" inherit elisp DESCRIPTION="Pop a postframe at point" +# The latest github release is out of date with the actual release. +# This snapshot is what melpa stable currently targets. +MY_COMMIT="74f06b77deeb770cd0a96977b1e6bdedb682487a" HOMEPAGE="https://github.com/tumashu/posframe" -COMMIT="74f06b77deeb770cd0a96977b1e6bdedb682487a" -SRC_URI="https://github.com/tumashu/posframe/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-${COMMIT}" +SRC_URI="https://github.com/tumashu/posframe/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${MY_COMMIT}" LICENSE="GPL-3+" SLOT="0" |