summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin T. H. Sandsmark2020-09-28 10:14:45 +0200
committerMartin T. H. Sandsmark2020-09-28 10:14:45 +0200
commit521a56024d0281ab34a29db8cd0bc016db53e03f (patch)
tree2f768f810c1f528e36069791ea6a2355155b643e
parent1ae9b2949dc54b1ccd816c0a210470e9c636edb9 (diff)
downloadaur-521a56024d0281ab34a29db8cd0bc016db53e03f.tar.gz
don't use github mirror
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8cffac332a1e..426b3c15193a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kde1-kdetoys-git
pkgdesc = Historical copy of the toys module of KDE 1, adapted to compile on modern systems
- pkgver = 1.1.2r204.2fdce62
+ pkgver = 1.1.2r207.66a0fb3
pkgrel = 1
url = https://quickgit.kde.org/?p=kde1-kdetoys.git
arch = i686
@@ -12,7 +12,7 @@ pkgbase = kde1-kdetoys-git
depends = kde1-kdelibs
provides = kde1-kdetoys
conflicts = kde1-kdetoys
- source = git+https://github.com/KDE/kde1-kdetoys.git
+ source = git+https://anongit.kde.org/kde1-kdetoys.git
md5sums = SKIP
pkgname = kde1-kdetoys-git
diff --git a/PKGBUILD b/PKGBUILD
index 76c4be9eba7a..1a323585c36b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_module=toys
pkgname=kde1-kde${_module}-git
-pkgver=1.1.2r204.2fdce62
+pkgver=1.1.2r207.66a0fb3
pkgrel=1
pkgdesc="Historical copy of the $_module module of KDE 1, adapted to compile on modern systems"
arch=(i686 x86_64)
@@ -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')