summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Kummer2023-11-04 07:02:34 +0100
committerDominik Kummer2023-11-04 07:02:34 +0100
commit285a23fb84957f737d3655435b6cdab453525572 (patch)
tree4ce202677305b8ee9ab8b9a519318410c7c0ccf5
parent044a927962b9212df464995b56bdd899a89fbf83 (diff)
downloadaur-285a23fb84957f737d3655435b6cdab453525572.tar.gz
fix source URI
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d08a9b651517..8108456a887e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,10 +8,10 @@ pkgbase = konqueror-git
groups = kdebase
license = LGPL
makedepends = extra-cmake-modules
- makedepends = kdoctools5
+ makedepends = kdoctools
makedepends = tidy
makedepends = kdesignerplugin
- makedepends = kdesu5
+ makedepends = kdesu
depends = dolphin
depends = keditbookmarks
depends = qt5-webengine
@@ -21,7 +21,7 @@ pkgbase = konqueror-git
optdepends = kdesu: shell command plugin
provides = konqueror
conflicts = konqueror
- source = git://invent.kde.org:network/konqueror.git
+ source = git+https://invent.kde.org/network/konqueror.git
sha512sums = SKIP
pkgname = konqueror-git
diff --git a/PKGBUILD b/PKGBUILD
index 2c4e76ba4929..3bf8ad2607f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,12 +8,12 @@ arch=("x86_64")
url="https://konqueror.org/"
license=("LGPL")
depends=("dolphin" "keditbookmarks" "qt5-webengine" "kdelibs4support" "khtml")
-makedepends=("extra-cmake-modules" "kdoctools5" "tidy" "kdesignerplugin" "kdesu5")
+makedepends=("extra-cmake-modules" "kdoctools" "tidy" "kdesignerplugin" "kdesu")
optdepends=('tidy: tidy HTML plugin' 'kdesu: shell command plugin')
conflicts=("konqueror")
provides=("konqueror")
groups=("kde-applications" "kdebase")
-source=("git://invent.kde.org:network/konqueror.git")
+source=("git+https://invent.kde.org/network/konqueror.git")
sha512sums=('SKIP')