diff options
author | John ShaggyTwoDope Jenkins <twodopeshaggy@gmail.com> | 2015-09-09 00:04:51 -0700 |
---|---|---|
committer | John ShaggyTwoDope Jenkins <twodopeshaggy@gmail.com> | 2015-09-09 00:04:51 -0700 |
commit | 1a3060ffcca19a8affce18b550fc6fa6ea92b80c (patch) | |
tree | 655eb06cecfe93293ac68ebfc3abd5892f1a4268 /PKGBUILD | |
parent | 8b31034bd71236c6c7c6ae644add02053fd0a290 (diff) | |
download | clockr-1a3060ffcca19a8affce18b550fc6fa6ea92b80c.tar.xz clockr-1a3060ffcca19a8affce18b550fc6fa6ea92b80c.zip |
update 0.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: John Jenkins <twodopeshaggy@gmail.com> pkgname=clockr -pkgver=0.2 +pkgver=0.3 pkgrel=1 pkgdesc="simple curses clock wirtten in python" arch=('any') @@ -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=('0d864b8a441f6952dbd0fec907209379') +md5sums=('1cee275122c2c42c3c07e429c2fe61a7') package() { cd "$srcdir/$pkgname-$pkgver" |