summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b35263..4982200 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v7
-# Wed Sep 9 05:41:59 UTC 2015
+# Wed Sep 9 06:06:39 UTC 2015
pkgbase = clockr
pkgdesc = simple curses clock wirtten in python
pkgver = 0.1
@@ -8,6 +8,7 @@ pkgbase = clockr
arch = any
license = MIT
depends = python
+ depends = ncurses
source = https://github.com/shaggytwodope/clockr/archive/v0.1.tar.gz
md5sums = 01e83df419e6a18c95d06dd73c8ef811
diff --git a/PKGBUILD b/PKGBUILD
index 816809e..1a678a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="simple curses clock wirtten in python"
arch=('any')
url="https://github.com/shaggytwodope/clockr"
license=('MIT')
-depends=('python')
+depends=('python' 'ncurses')
source=("https://github.com/shaggytwodope/clockr/archive/v$pkgver.tar.gz")
md5sums=('01e83df419e6a18c95d06dd73c8ef811')