diff options
author | John ShaggyTwoDope Jenkins <twodopeshaggy@gmail.com> | 2015-10-18 01:23:14 -0700 |
---|---|---|
committer | John ShaggyTwoDope Jenkins <twodopeshaggy@gmail.com> | 2015-10-18 01:23:14 -0700 |
commit | 3d996de97fb7201ad85fd692f1b79fbebce7598e (patch) | |
tree | f8436f443ebe811b3ac9b57afcef7eb60a14907a /PKGBUILD | |
parent | 44416c83af2eeb530c4bbf4961adf10781f87c2f (diff) | |
download | clockr-3d996de97fb7201ad85fd692f1b79fbebce7598e.tar.xz clockr-3d996de97fb7201ad85fd692f1b79fbebce7598e.zip |
0.9.1 version
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.9 +pkgver=0.9.1 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=('572968183b93372d0dfbd3400ed45baa') +md5sums=('453637820ace8833b4045a2cef8272e5') package() { cd "$srcdir/$pkgname-$pkgver" |