summaryrefslogtreecommitdiff
path: root/mail-client/mutt-wizard/mutt-wizard-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'mail-client/mutt-wizard/mutt-wizard-9999.ebuild')
-rw-r--r--mail-client/mutt-wizard/mutt-wizard-9999.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/mail-client/mutt-wizard/mutt-wizard-9999.ebuild b/mail-client/mutt-wizard/mutt-wizard-9999.ebuild
index 995d3d16cda8..dc33b5c31681 100644
--- a/mail-client/mutt-wizard/mutt-wizard-9999.ebuild
+++ b/mail-client/mutt-wizard/mutt-wizard-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,10 +12,8 @@ if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/LukeSmithxyz/mutt-wizard.git"
else
- COMMIT=9ec2a49af03cf542c7db82bc0dd0ccdde81922d4
- SRC_URI="https://github.com/LukeSmithxyz/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+ SRC_URI="https://github.com/LukeSmithxyz/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
- S="${WORKDIR}/${PN}-${COMMIT}"
fi
LICENSE="GPL-3"