summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin T. H. Sandsmark2020-09-28 10:12:08 +0200
committerMartin T. H. Sandsmark2020-09-28 10:12:08 +0200
commit611704e91da88fcc8ec91eb5f99e2ad860e22c6d (patch)
tree615f945c223f203edd7f0938e3711ee8db8b3185
parent4ab1f28336c40279b3dc9ba985d830ce081837ff (diff)
downloadaur-611704e91da88fcc8ec91eb5f99e2ad860e22c6d.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 4d3263bf49ee..f8eb66baa7d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = kde1-kdegames-git
depends = kde1-kdelibs
provides = kde1-kdegames
conflicts = kde1-kdegames
- source = git+https://github.com/KDE/kde1-kdegames.git
+ source = git+https://anongit.kde.org/kde1-kdegames.git
md5sums = SKIP
pkgname = kde1-kdegames-git
diff --git a/PKGBUILD b/PKGBUILD
index 6257604d1346..8d8011c7d922 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')