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 | |
parent | 8b31034bd71236c6c7c6ae644add02053fd0a290 (diff) | |
download | clockr-1a3060ffcca19a8affce18b550fc6fa6ea92b80c.tar.xz clockr-1a3060ffcca19a8affce18b550fc6fa6ea92b80c.zip |
update 0.3
Diffstat (limited to '')
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -1,16 +1,16 @@ # Generated by mksrcinfo v7 -# Wed Sep 9 06:39:02 UTC 2015 +# Wed Sep 9 07:04:44 UTC 2015 pkgbase = clockr pkgdesc = simple curses clock wirtten in python - pkgver = 0.2 + pkgver = 0.3 pkgrel = 1 url = https://github.com/shaggytwodope/clockr arch = any license = MIT depends = python depends = ncurses - source = https://github.com/shaggytwodope/clockr/archive/v0.2.tar.gz - md5sums = 0d864b8a441f6952dbd0fec907209379 + source = https://github.com/shaggytwodope/clockr/archive/v0.3.tar.gz + md5sums = 1cee275122c2c42c3c07e429c2fe61a7 pkgname = clockr @@ -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" |