summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcsculley2018-02-24 18:39:25 -0500
committercsculley2018-02-24 18:39:25 -0500
commit8ee533a4fa422086ba798a0a3e081bd11bd41203 (patch)
treed10ce82ecbcd0093134f463550678518e6b44053
parent117e692322bf07c9506a904f5d114039dbb2aeb6 (diff)
downloadaur-8ee533a4fa422086ba798a0a3e081bd11bd41203.tar.gz
Add python3 as dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fa88ff1fbfa..8ba5549b1456 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = sleepplan-git
pkgdesc = Calculate times to wake up based on bedtimes, and vice versa.
pkgver = r16.4fe2ec9
- pkgrel = 1
+ pkgrel = 2
url = https://github.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
diff --git a/PKGBUILD b/PKGBUILD
index 77b167205869..1ab90b85eb01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# Maintainer: Christopher Sculley <cs.sculley@gmail.com>
pkgname=sleepplan-git
pkgver=r16.4fe2ec9
-pkgrel=1
+pkgrel=2
pkgdesc="Calculate times to wake up based on bedtimes, and vice versa."
arch=('any')
license=('GPL3')
url="https://github.com/csculley/sleepplan"
+depends=('python3')
makedepends=('git')
provides=('sleepplan')
conflicts=('sleepplan')