aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimi Huotari <chiitoo@gentoo.org>2018-09-23 11:04:31 +0300
committerJimi Huotari <chiitoo@gentoo.org>2018-09-23 11:04:31 +0300
commit99da3a64cb558c9a9d46050d2f4928d1d7b87961 (patch)
tree40c5ede1a62f43ef60f81a88417bfc505ccbfb47 /app-arch
parentapp-arch/lxqt-archiver: use 'xdg_desktop_database_update' (diff)
downloadqt-99da3a64cb558c9a9d46050d2f4928d1d7b87961.tar.gz
qt-99da3a64cb558c9a9d46050d2f4928d1d7b87961.tar.bz2
qt-99da3a64cb558c9a9d46050d2f4928d1d7b87961.zip
app-arch/lxqt-archiver: update HOMEPAGE and SRC_URI
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild b/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
index 6ea17365..8ab964bf 100644
--- a/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
+++ b/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
@@ -5,13 +5,13 @@ EAPI=6
inherit cmake-utils
DESCRIPTION="A Simple and Lightweight Qt File Archiver"
-HOMEPAGE="http://lxqt.org/"
+HOMEPAGE="https://lxqt.org/"
if [[ ${PV} == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
else
- SRC_URI="https://github.com/lxde/${PN}/releases/download/${PV}/${P}.tar.xz"
+ SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
fi