diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-04-27 00:57:12 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-04-27 01:07:46 +0200 |
commit | 159c49810637d61368fba844566e213ea03e245a (patch) | |
tree | 68aeb24891de4de47339a335f6eb8585125784f0 /app-text/kbibtex | |
parent | kde-plasma/plasma-desktop: Patch upstreamed (diff) | |
download | kde-159c49810637d61368fba844566e213ea03e245a.tar.gz kde-159c49810637d61368fba844566e213ea03e245a.tar.bz2 kde-159c49810637d61368fba844566e213ea03e245a.zip |
app-text/kbibtex: Update HOMEPAGE, SRC_URI
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-text/kbibtex')
-rw-r--r-- | app-text/kbibtex/kbibtex-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-text/kbibtex/kbibtex-9999.ebuild b/app-text/kbibtex/kbibtex-9999.ebuild index 0dbf920d07..1ac816f2de 100644 --- a/app-text/kbibtex/kbibtex-9999.ebuild +++ b/app-text/kbibtex/kbibtex-9999.ebuild @@ -10,10 +10,11 @@ QTMIN=5.12.3 inherit ecm kde.org DESCRIPTION="BibTeX editor to edit bibliographies used with LaTeX" -HOMEPAGE="https://userbase.kde.org/KBibTeX" +HOMEPAGE="https://kde.org/applications/education/org.kde.kbibtex +https://userbase.kde.org/KBibTeX" if [[ ${KDE_BUILD_TYPE} != live ]]; then - SRC_URI="mirror://kde/stable/KBibTeX/${P}.tar.xz" + SRC_URI="mirror://kde/stable/KBibTeX/${PV}/${P}.tar.xz" KEYWORDS="~amd64 ~x86" fi |