summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohn ShaggyTwoDope Jenkins <twodopeshaggy@gmail.com>2015-09-09 00:04:51 -0700
committerJohn ShaggyTwoDope Jenkins <twodopeshaggy@gmail.com>2015-09-09 00:04:51 -0700
commit1a3060ffcca19a8affce18b550fc6fa6ea92b80c (patch)
tree655eb06cecfe93293ac68ebfc3abd5892f1a4268 /PKGBUILD
parent8b31034bd71236c6c7c6ae644add02053fd0a290 (diff)
downloadclockr-1a3060ffcca19a8affce18b550fc6fa6ea92b80c.tar.xz
clockr-1a3060ffcca19a8affce18b550fc6fa6ea92b80c.zip
update 0.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e490dc5..2e4ef14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"