summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn ShaggyTwoDope Jenkins <twodopeshaggy@gmail.com>2015-09-08 23:38:13 -0700
committerJohn ShaggyTwoDope Jenkins <twodopeshaggy@gmail.com>2015-09-08 23:38:13 -0700
commitdb3f9dafc604444ea61b208a62df0f695e9aac61 (patch)
tree0c75fd1199c1d57339a292dc7eead0fe4beb14b9
parent45439fd8597ea0ffad7d755942e74661f6f572a7 (diff)
downloadclockr-db3f9dafc604444ea61b208a62df0f695e9aac61.tar.xz
clockr-db3f9dafc604444ea61b208a62df0f695e9aac61.zip
update 0.2
Diffstat (limited to '')
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4982200..9d07d37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v7
-# Wed Sep 9 06:06:39 UTC 2015
+# Wed Sep 9 06:37:58 UTC 2015
pkgbase = clockr
pkgdesc = simple curses clock wirtten in python
- pkgver = 0.1
+ pkgver = 0.2
pkgrel = 1
url = https://github.com/shaggytwodope/clockr
arch = any
license = MIT
depends = python
depends = ncurses
- source = https://github.com/shaggytwodope/clockr/archive/v0.1.tar.gz
+ source = https://github.com/shaggytwodope/clockr/archive/v0.2.tar.gz
md5sums = 01e83df419e6a18c95d06dd73c8ef811
pkgname = clockr
diff --git a/PKGBUILD b/PKGBUILD
index 1a678a8..f0a1eb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Jenkins <twodopeshaggy@gmail.com>
pkgname=clockr
-pkgver=0.1
+pkgver=0.2
pkgrel=1
pkgdesc="simple curses clock wirtten in python"
arch=('any')