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 612a6034f18d..c071b61d7e32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = kde2-kdebase-git
pkgdesc = Historical copy of the base module of KDE 2, adapted to compile on modern systems
- pkgver = 2.2.2.r185.59a91e9
+ pkgver = 2.2.2.r232.e829440
pkgrel = 1
- url = https://github.com/sandsmark/kdebase
+ url = https://invent.kde.org/sandsmark/kde2-kdebase
arch = i686
arch = x86_64
groups = kde2
@@ -16,7 +16,7 @@ pkgbase = kde2-kdebase-git
provides = kde2-kdebase
conflicts = kde2-kdebase
options = libtool
- source = git+https://github.com/sandsmark/kde2-kdebase.git
+ source = git+https://invent.kde.org/sandsmark/kde2-kdebase.git
md5sums = SKIP
pkgname = kde2-kdebase-git
diff --git a/PKGBUILD b/PKGBUILD
index f94c9d2a4e34..d373ec17f0e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
_module=base
pkgname=kde2-kde${_module}-git
-pkgver=2.2.2.r185.59a91e9
+pkgver=2.2.2.r232.e829440
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 xorg-iceauth libxtst libxinerama)
@@ -16,7 +16,7 @@ conflicts=(kde2-kde${_module})
options+=(libtool)
# Mirror
-source=("git+https://github.com/sandsmark/kde2-kde${_module}.git")
+source=("git+https://invent.kde.org/sandsmark/kde2-kde${_module}.git")
md5sums=('SKIP')