summaryrefslogtreecommitdiff
path: root/app-emacs/rpm-spec-mode/rpm-spec-mode-0.16.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/rpm-spec-mode/rpm-spec-mode-0.16.ebuild')
-rw-r--r--app-emacs/rpm-spec-mode/rpm-spec-mode-0.16.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emacs/rpm-spec-mode/rpm-spec-mode-0.16.ebuild b/app-emacs/rpm-spec-mode/rpm-spec-mode-0.16.ebuild
index c0d780397b3e..bccd84822897 100644
--- a/app-emacs/rpm-spec-mode/rpm-spec-mode-0.16.ebuild
+++ b/app-emacs/rpm-spec-mode/rpm-spec-mode-0.16.ebuild
@@ -3,16 +3,16 @@
EAPI=8
-[[ ${PV} == 0.16 ]] && H=7d06d19a31e888b932da6c8202ff2c73f42703a1
+[[ ${PV} == 0.16 ]] && COMMIT=7d06d19a31e888b932da6c8202ff2c73f42703a1
inherit elisp
DESCRIPTION="Emacs mode to ease editing of RPM spec files"
HOMEPAGE="https://www.emacswiki.org/emacs/RpmSpecMode
https://github.com/stigbjorlykke/rpm-spec-mode/"
-SRC_URI="https://github.com/stigbjorlykke/${PN}/archive/${H}.tar.gz
+SRC_URI="https://github.com/stigbjorlykke/${PN}/archive/${COMMIT}.tar.gz
-> ${P}.tar.gz"
-S="${WORKDIR}"/${PN}-${H}
+S="${WORKDIR}"/${PN}-${COMMIT}
LICENSE="GPL-2+"
SLOT="0"