summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn ShaggyTwoDope Jenkins <twodopeshaggy@gmail.com>2015-09-10 01:28:00 -0700
committerJohn ShaggyTwoDope Jenkins <twodopeshaggy@gmail.com>2015-09-10 01:28:00 -0700
commit1a4ff8ccc7a5d3d448e7c4d882933059345b8301 (patch)
treeae669281646123b8e4185088f880342d070fbb96
parentb9c053cdce49998e690d2b6431699b6be3bc8385 (diff)
downloadclockr-1a4ff8ccc7a5d3d448e7c4d882933059345b8301.tar.xz
clockr-1a4ff8ccc7a5d3d448e7c4d882933059345b8301.zip
0.7 release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 207869d..466d965 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v7
-# Wed Sep 9 23:17:48 UTC 2015
+# Thu Sep 10 08:27:49 UTC 2015
pkgbase = clockr
pkgdesc = simple curses clock wirtten in python
- pkgver = 0.6
+ pkgver = 0.7
pkgrel = 1
url = https://github.com/shaggytwodope/clockr
arch = any
license = MIT
depends = python
depends = ncurses
- source = https://github.com/shaggytwodope/clockr/archive/v0.6.tar.gz
- md5sums = 96aae2b9eb4a4bf0f63f518a202d6a90
+ source = https://github.com/shaggytwodope/clockr/archive/v0.7.tar.gz
+ md5sums = e257cadc8935acc4ae56b99b5b8eaba6
pkgname = clockr
diff --git a/PKGBUILD b/PKGBUILD
index dce2c93..2bd565d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"