From 8e7e2731a25cc10e89bb80615609101339820b9d Mon Sep 17 00:00:00 2001 From: John ShaggyTwoDope Jenkins Date: Sun, 18 Oct 2015 04:50:56 -0700 Subject: 1.0 release --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 9c6de89..6b06693 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,16 +1,16 @@ # Generated by mksrcinfo v8 -# Sun Oct 18 08:23:00 UTC 2015 +# Sun Oct 18 11:50:48 UTC 2015 pkgbase = clockr pkgdesc = simple curses clock wirtten in python - pkgver = 0.9.1 + pkgver = 1.0 pkgrel = 1 url = https://github.com/shaggytwodope/clockr arch = any license = MIT depends = python depends = ncurses - source = https://github.com/shaggytwodope/clockr/archive/v0.9.1.tar.gz - md5sums = 453637820ace8833b4045a2cef8272e5 + source = https://github.com/shaggytwodope/clockr/archive/v1.0.tar.gz + md5sums = 65dea52c5af733a97815827e2ce61148 pkgname = clockr diff --git a/PKGBUILD b/PKGBUILD index 3cfe596..1d151b4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: John Jenkins pkgname=clockr -pkgver=0.9.1 +pkgver=1.0 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=('453637820ace8833b4045a2cef8272e5') +md5sums=('65dea52c5af733a97815827e2ce61148') package() { cd "$srcdir/$pkgname-$pkgver" -- cgit v1.2.1