summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShadowKyogre2022-07-07 11:40:46 -0700
committerShadowKyogre2022-07-07 11:40:46 -0700
commit4fff3d1d4acea427db6d0cc095962c57774c6d5a (patch)
treee165afa6995712b1684743271593bd2c004d8b1f
parentd233eecc448e8b7876df1124b018bc8e7c4dccd4 (diff)
downloadaur-4fff3d1d4acea427db6d0cc095962c57774c6d5a.tar.gz
Update upstream to point to gitlab
I had the mirroring set up earlier, but it wasn't until now that I set it as the default. Mostly because of the GiveUpGithub protest.
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ea82ca78da5..27b6c0dab49d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,13 +2,13 @@ pkgbase = chronoslnx-git
pkgdesc = A simple planetary hours program
pkgver = 0.9.8
pkgrel = 1
- url = http://shadowkyogre.github.com/ChronosLNX/
+ url = http://shadowkyogre.gitlab.io/ChronosLNX/
arch = any
license = GPL
depends = python-pyqt4
depends = python-dateutil
depends = pyswisseph3
- source = chronoslnx-git::git+https://github.com/ShadowKyogre/ChronosLNX.git
+ source = chronoslnx-git::git+https://gitlab.com/ShadowKyogre/ChronosLNX.git
md5sums = SKIP
pkgname = chronoslnx-git
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..e9648f0f4308
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+pkg/
+src/
diff --git a/PKGBUILD b/PKGBUILD
index ee11c04e371e..6c330b5f5a14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ pkgver=0.9.8
pkgrel=1
pkgdesc="A simple planetary hours program"
arch=('any')
-url="http://shadowkyogre.github.com/ChronosLNX/"
+url="http://shadowkyogre.gitlab.io/ChronosLNX/"
license=('GPL')
depends=('python-pyqt4' 'python-dateutil' 'pyswisseph3')
-source=("$pkgname"::"git+https://github.com/ShadowKyogre/ChronosLNX.git")
+source=("$pkgname"::"git+https://gitlab.com/ShadowKyogre/ChronosLNX.git")
md5sums=(SKIP) #generate with 'makepkg -g'
pkgver() {