diff options
author | John ShaggyTwoDope Jenkins <twodopeshaggy@gmail.com> | 2015-09-08 23:39:04 -0700 |
---|---|---|
committer | John ShaggyTwoDope Jenkins <twodopeshaggy@gmail.com> | 2015-09-08 23:39:04 -0700 |
commit | 8b31034bd71236c6c7c6ae644add02053fd0a290 (patch) | |
tree | 414acd6558f393150a8f1877be4e63cc2c15f796 /PKGBUILD | |
parent | db3f9dafc604444ea61b208a62df0f695e9aac61 (diff) | |
download | clockr-8b31034bd71236c6c7c6ae644add02053fd0a290.tar.xz clockr-8b31034bd71236c6c7c6ae644add02053fd0a290.zip |
update 0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ url="https://github.com/shaggytwodope/clockr" license=('MIT') depends=('python' 'ncurses') source=("https://github.com/shaggytwodope/clockr/archive/v$pkgver.tar.gz") -md5sums=('01e83df419e6a18c95d06dd73c8ef811') +md5sums=('0d864b8a441f6952dbd0fec907209379') package() { cd "$srcdir/$pkgname-$pkgver" |