diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2017-11-27 12:32:34 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2017-11-27 13:28:51 +0100 |
commit | db856948d8b658d5b8aa23c23b33dca1ec12b40b (patch) | |
tree | a8144a01cd061361147ecb339f4c9e3360b42260 /x11-plugins/wmtimer | |
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')
-rw-r--r-- | x11-plugins/wmtimer/Manifest | 2 | ||||
-rw-r--r-- | x11-plugins/wmtimer/wmtimer-2.92-r2.ebuild | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/x11-plugins/wmtimer/Manifest b/x11-plugins/wmtimer/Manifest index 08ed13620854..2218df1c7ec6 100644 --- a/x11-plugins/wmtimer/Manifest +++ b/x11-plugins/wmtimer/Manifest @@ -1 +1 @@ -DIST wmtimer-2.92.tar.gz 22091 SHA256 3726c0e0a0a95ce7c4c9dd8088b3f050d5268f70fef9341452f5449cef8c0cd4 SHA512 d00e2eff92c89b1a848d2319f62b2f060f4ced1299440aa20ca4288b5bdd16f7cff625907f6587514a1618fec74e5be34fb6c923cec51a663cd9efc86c6f0a07 WHIRLPOOL 203bd12691f1a6f9cda7966f6828adac653ae59f3c5878dbd9de15026e64d8a8025063d3bac4c8d35c5a45c2b77d52fcdafbe0f570cdf41f29c1bff8127bd582 +DIST wmtimer-2.92.tar.gz 22091 BLAKE2B 7e8f598708a70168233aa4545fc9978fab9ea6891a02f618f1bdafa08bbc3ed077183c19f467c70637b07fa501f40bd2409bdb3e60034888296895b9ff3f35f1 SHA512 d00e2eff92c89b1a848d2319f62b2f060f4ced1299440aa20ca4288b5bdd16f7cff625907f6587514a1618fec74e5be34fb6c923cec51a663cd9efc86c6f0a07 diff --git a/x11-plugins/wmtimer/wmtimer-2.92-r2.ebuild b/x11-plugins/wmtimer/wmtimer-2.92-r2.ebuild index 81c87ccf1d1f..361f2745af0f 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" |