summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04cf949bf29f..c9c149a3c33c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,9 +10,10 @@ pkgbase = kde1-kdegraphics-git
makedepends = cmake
makedepends = git
depends = kde1-kdelibs
+ depends = giflib
provides = kde1-kdegraphics
conflicts = kde1-kdegraphics
- source = git+https://github.com/KDE/kde1-kdegraphics.git
+ source = git+https://anongit.kde.org/kde1-kdegraphics.git
md5sums = SKIP
pkgname = kde1-kdegraphics-git
diff --git a/PKGBUILD b/PKGBUILD
index 53dc148cf1ca..7ca8a94fe335 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,8 +15,8 @@ provides=(kde1-kde${_module})
conflicts=(kde1-kde${_module})
# Mirror
-source=("git+https://github.com/KDE/kde1-kde${_module}.git")
-#source=("git+https://anongit.kde.org/kde1-kde${_module}.git")
+#source=("git+https://github.com/KDE/kde1-kde${_module}.git")
+source=("git+https://anongit.kde.org/kde1-kde${_module}.git")
md5sums=('SKIP')