summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94966ccf0c18..19baf09cbe65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = kde2-kdeartwork-git
pkgdesc = Historical copy of the artwork module of KDE 2, adapted to compile on modern systems
pkgver = 2.2.2.r8.ce8351f
pkgrel = 1
- url = https://github.com/sandsmark/kdeartwork
+ url = https://invent.kde.org/sandsmark/kdeartwork
arch = i686
arch = x86_64
groups = kde2
@@ -13,7 +13,7 @@ pkgbase = kde2-kdeartwork-git
provides = kde2-kdeartwork
conflicts = kde2-kdeartwork
options = libtool
- source = git+https://github.com/sandsmark/kde2-kdeartwork.git
+ source = git+https://invent.kde.org/sandsmark/kde2-kdeartwork.git
md5sums = SKIP
pkgname = kde2-kdeartwork-git
diff --git a/PKGBUILD b/PKGBUILD
index 5e6ab1bc729d..356b840474e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,18 +6,15 @@ pkgver=2.2.2.r8.ce8351f
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/kde${_module}"
license=("GPL2")
groups=(kde2)
-depends=(qt2-git audiofile python libtool libxslt hicolor-icon-theme)
+depends=(kde2-kdelibs)
makedepends=(cmake git)
-optdepends=('java: java support')
provides=(kde2-kde${_module})
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')