summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin T. H. Sandsmark2020-09-28 10:13:49 +0200
committerMartin T. H. Sandsmark2020-09-28 10:13:49 +0200
commite049581e208487d4d5c93d3d65c6ad851731b1e8 (patch)
tree679afcb22cbd9071eb5f07380daa6f04ebe4727d
parent73caa67b8c5b7b4aac1b03ff6d9e9d05e9089d70 (diff)
downloadaur-kde1-kdenetwork-git.tar.gz
don't use github mirror
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0a608283c0c..9dfe4f1470b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = kde1-kdenetwork-git
depends = kde1-kdelibs
provides = kde1-kdenetwork
conflicts = kde1-kdenetwork
- source = git+https://github.com/KDE/kde1-kdenetwork.git
+ source = git+https://anongit.kde.org/kde1-kdenetwork.git
md5sums = SKIP
pkgname = kde1-kdenetwork-git
diff --git a/PKGBUILD b/PKGBUILD
index 35d94943faba..4a9b78c1bc6c 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')