summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {