diff options
Diffstat (limited to 'app-emacs/graphql')
-rw-r--r-- | app-emacs/graphql/graphql-0.1.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emacs/graphql/graphql-0.1.2.ebuild b/app-emacs/graphql/graphql-0.1.2.ebuild index 1ea6269125e9..92e657553313 100644 --- a/app-emacs/graphql/graphql-0.1.2.ebuild +++ b/app-emacs/graphql/graphql-0.1.2.ebuild @@ -4,15 +4,15 @@ EAPI=8 NEED_EMACS=25 -[[ "${PV}" == 0.1.2 ]] && H=67237f284f2dfb94f3cfba672ff64a37e1cb860f +[[ "${PV}" == 0.1.2 ]] && COMMIT=67237f284f2dfb94f3cfba672ff64a37e1cb860f inherit elisp DESCRIPTION="GraphQL utilities" HOMEPAGE="https://github.com/vermiculus/graphql.el/" -SRC_URI="https://github.com/vermiculus/graphql.el/archive/${H}.tar.gz +SRC_URI="https://github.com/vermiculus/graphql.el/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}"/${PN}.el-${H} +S="${WORKDIR}"/${PN}.el-${COMMIT} LICENSE="GPL-3+" SLOT="0" |