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.6 +pkgver=0.7 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=('96aae2b9eb4a4bf0f63f518a202d6a90') +md5sums=('e257cadc8935acc4ae56b99b5b8eaba6') package() { cd "$srcdir/$pkgname-$pkgver" |