diff options
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" |