summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7654303df464..911dcbb56023 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = kde2-kdenetwork-git
pkgdesc = Historical copy of the network module of KDE 2, adapted to compile on modern systems
- pkgver = 2.2.2.r16.85f8e0a
+ pkgver = 2.2.2.r18.5746f09
pkgrel = 1
- url = https://github.com/sandsmark/kdenetwork
+ url = https://invent.kde.org/sandsmark/kde2-kdenetwork
arch = i686
arch = x86_64
groups = kde2
@@ -15,7 +15,7 @@ pkgbase = kde2-kdenetwork-git
provides = kde2-kdenetwork
conflicts = kde2-kdenetwork
options = libtool
- source = git+https://github.com/sandsmark/kde2-kdenetwork.git
+ source = git+https://invent.kde.org/sandsmark/kde2-kdenetwork.git
md5sums = SKIP
pkgname = kde2-kdenetwork-git
diff --git a/PKGBUILD b/PKGBUILD
index dbad9a22524f..edf8095442c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
_module=network
pkgname=kde2-kde${_module}-git
-pkgver=2.2.2.r16.85f8e0a
+pkgver=2.2.2.r18.5746f09
pkgrel=1
pkgdesc="Historical copy of the $_module module of KDE 2, adapted to compile on modern systems"
arch=(i686 x86_64)
-url="https://github.com/sandsmark/kde${_module}"
+url="https://invent.kde.org/sandsmark/kde2-kde${_module}"
license=("GPL2")
groups=(kde2)
depends=(kde2-kdelibs hicolor-icon-theme qt2-git)
@@ -15,7 +15,7 @@ provides=(kde2-kde${_module})
conflicts=(kde2-kde${_module})
options+=(libtool)
-source=("git+https://github.com/sandsmark/kde2-kde${_module}.git")
+source=("git+https://invent.kde.org/sandsmark/kde2-kde${_module}.git")
md5sums=('SKIP')