summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin T. H. Sandsmark2021-03-19 14:34:13 +0100
committerMartin T. H. Sandsmark2021-03-19 14:34:13 +0100
commit52aad4ca30c6ca4ce2bfaa750c3999891287264f (patch)
tree5acec63d775b0ad2522505d6dc017e230b61ed82
parenta6b3de5d69969ce8787bb9774a0d5826a0dc7a0b (diff)
downloadaur-52aad4ca30c6ca4ce2bfaa750c3999891287264f.tar.gz
new upstream
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55108e854074..f2fba41f7649 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = kde2-kdegraphics-git
pkgdesc = Historical copy of the graphics module of KDE 2, adapted to compile on modern systems
- pkgver = 2.2.2.r7.d4eb496
+ pkgver = 2.2.2.r17.79bbd6d
pkgrel = 1
- url = https://github.com/sandsmark/kdegraphics
+ url = https://invent.kde.org/sandsmark/kde2-kdegraphics
arch = i686
arch = x86_64
groups = kde2
@@ -15,7 +15,7 @@ pkgbase = kde2-kdegraphics-git
conflicts = kcolorchooser
conflicts = kruler
options = libtool
- source = git+https://github.com/sandsmark/kde2-kdegraphics.git
+ source = git+https://invent.kde.org/sandsmark/kde2-kdegraphics.git
md5sums = SKIP
pkgname = kde2-kdegraphics-git
diff --git a/PKGBUILD b/PKGBUILD
index 179a7e158e03..ae1d65377b65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
_module=graphics
pkgname=kde2-kde${_module}-git
-pkgver=2.2.2.r7.d4eb496
+pkgver=2.2.2.r17.79bbd6d
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)
@@ -16,7 +16,7 @@ conflicts=(kde2-kde${_module} kcolorchooser kruler)
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')