summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcsculley2019-09-10 00:09:46 -0400
committercsculley2019-09-10 00:09:46 -0400
commit6ac106e3803aa7f0e64711878fecb6333b3bf540 (patch)
treea01f826cb883cff087db282fbf297ba2b5a9740c
parent8ee533a4fa422086ba798a0a3e081bd11bd41203 (diff)
downloadaur-6ac106e3803aa7f0e64711878fecb6333b3bf540.tar.gz
updated upstream url
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ba5549b1456..f62b7c8ee0a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = sleepplan-git
pkgdesc = Calculate times to wake up based on bedtimes, and vice versa.
- pkgver = r16.4fe2ec9
+ pkgver = r17.5c37afa
pkgrel = 2
- url = https://github.com/csculley/sleepplan
+ url = https://gitlab.com/csculley/sleepplan
arch = any
license = GPL3
makedepends = git
depends = python3
provides = sleepplan
conflicts = sleepplan
- source = sleepplan::git+https://github.com/csculley/sleepplan.git#branch=master
+ source = sleepplan::git+https://gitlab.com/csculley/sleepplan.git#branch=master
md5sums = SKIP
pkgname = sleepplan-git
diff --git a/PKGBUILD b/PKGBUILD
index 1ab90b85eb01..92b2e5607f4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
-# Maintainer: Christopher Sculley <cs.sculley@gmail.com>
+# Maintainer: Christopher Sculley <cs.sculley at gmail dot com>
pkgname=sleepplan-git
-pkgver=r16.4fe2ec9
+pkgver=r17.5c37afa
pkgrel=2
pkgdesc="Calculate times to wake up based on bedtimes, and vice versa."
arch=('any')
license=('GPL3')
-url="https://github.com/csculley/sleepplan"
+url="https://gitlab.com/csculley/sleepplan"
depends=('python3')
makedepends=('git')
provides=('sleepplan')
conflicts=('sleepplan')
-source=('sleepplan::git+https://github.com/csculley/sleepplan.git#branch=master')
+source=('sleepplan::git+https://gitlab.com/csculley/sleepplan.git#branch=master')
md5sums=('SKIP')
pkgver() {