summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcsculley2019-09-10 00:42:43 -0400
committercsculley2019-09-10 00:42:43 -0400
commitc41fa6cc9da467529b5ed3490fc3146756b5de67 (patch)
treede808c1351504197f47ab9b2e400957d101d98d6
parent4d1c213f129cbd16831c2291e56483dc1d7da5b5 (diff)
downloadaur-c41fa6cc9da467529b5ed3490fc3146756b5de67.tar.gz
fix source in PKGBUILD
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 326aefd8c7ec..b7501bfeb146 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sleepplan-git
pkgdesc = Calculate times to wake up based on bedtimes, and vice versa.
pkgver = r18.1af9c51
- pkgrel = 2
+ pkgrel = 3
url = https://gitlab.com/csculley/sleepplan
arch = any
license = GPL3
@@ -10,7 +10,7 @@ pkgbase = sleepplan-git
depends = python3
provides = sleepplan
conflicts = sleepplan
- source = sleepplan::git+https://gitlab.com/csculley/sleepplan.git#branch=master
+ source = sleepplan-git::git+https://gitlab.com/csculley/sleepplan.git#branch=master
md5sums = SKIP
pkgname = sleepplan-git
diff --git a/PKGBUILD b/PKGBUILD
index f9b999d3e21f..67716fec1198 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christopher Sculley <cs.sculley at gmail dot com>
pkgname=sleepplan-git
pkgver=r18.1af9c51
-pkgrel=2
+pkgrel=3
pkgdesc="Calculate times to wake up based on bedtimes, and vice versa."
arch=('any')
license=('GPL3')
@@ -10,7 +10,7 @@ depends=('python3')
makedepends=('git' 'python-setuptools')
provides=('sleepplan')
conflicts=('sleepplan')
-source=("sleepplan::git+https://gitlab.com/csculley/sleepplan.git#branch=master")
+source=("sleepplan-git::git+https://gitlab.com/csculley/sleepplan.git#branch=master")
md5sums=('SKIP')
pkgver() {