diff options
author | 2017-11-27 12:32:34 +0100 | |
---|---|---|
committer | 2017-11-27 13:28:51 +0100 | |
commit | db856948d8b658d5b8aa23c23b33dca1ec12b40b (patch) | |
tree | a8144a01cd061361147ecb339f4c9e3360b42260 /x11-plugins/wmtimer/wmtimer-2.92-r2.ebuild | |
parent | x11-plugins/wmtime: drop old (diff) | |
download | gentoo-db856948d8b658d5b8aa23c23b33dca1ec12b40b.tar.gz gentoo-db856948d8b658d5b8aa23c23b33dca1ec12b40b.tar.bz2 gentoo-db856948d8b658d5b8aa23c23b33dca1ec12b40b.zip |
x11-plugins/wmtimer: fix typo in SRC_URI
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'x11-plugins/wmtimer/wmtimer-2.92-r2.ebuild')
-rw-r--r-- | x11-plugins/wmtimer/wmtimer-2.92-r2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-plugins/wmtimer/wmtimer-2.92-r2.ebuild b/x11-plugins/wmtimer/wmtimer-2.92-r2.ebuild index 81c87ccf1d1..361f2745af0 100644 --- a/x11-plugins/wmtimer/wmtimer-2.92-r2.ebuild +++ b/x11-plugins/wmtimer/wmtimer-2.92-r2.ebuild @@ -2,12 +2,11 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 - inherit multilib toolchain-funcs DESCRIPTION="Dockable clock which can run in alarm, countdown timer or chronograph mode" HOMEPAGE="https://github.com/bbidulock/wmtimer" -SRC_URI="https://github.com/bbidulock/wmtimer/releases/download/v${PN}/${P}.tar.gz" +SRC_URI="https://github.com/bbidulock/wmtimer/releases/download/v${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |