summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin T. H. Sandsmark2020-09-28 10:11:33 +0200
committerMartin T. H. Sandsmark2020-09-28 10:11:46 +0200
commit1730c0ff926ca05f1a72b7daf4b99f49b0c75187 (patch)
treef0d681cb844bec22cbc5aedf462165d3c686d444
parent8f7c471a4dc65e8ef710dc2af3c621708aeaf864 (diff)
downloadaur-kde1-kdegraphics-git.tar.gz
don't use github mirror
-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')