diff options
author | John ShaggyTwoDope Jenkins <twodopeshaggy@gmail.com> | 2015-09-08 23:06:55 -0700 |
---|---|---|
committer | John ShaggyTwoDope Jenkins <twodopeshaggy@gmail.com> | 2015-09-08 23:06:55 -0700 |
commit | 45439fd8597ea0ffad7d755942e74661f6f572a7 (patch) | |
tree | f73a1340d35bc230c237f26a4f22f1c3a847aecc /PKGBUILD | |
parent | 69cd9b73978bd5201d105b0f977a993b404ef368 (diff) | |
download | clockr-45439fd8597ea0ffad7d755942e74661f6f572a7.tar.xz clockr-45439fd8597ea0ffad7d755942e74661f6f572a7.zip |
depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |