summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohn ShaggyTwoDope Jenkins <twodopeshaggy@gmail.com>2015-10-18 04:50:56 -0700
committerJohn ShaggyTwoDope Jenkins <twodopeshaggy@gmail.com>2015-10-18 04:50:56 -0700
commit8e7e2731a25cc10e89bb80615609101339820b9d (patch)
treece88e598f38f962d5fc8fa3444573968ab65cea3 /PKGBUILD
parent3d996de97fb7201ad85fd692f1b79fbebce7598e (diff)
downloadclockr-8e7e2731a25cc10e89bb80615609101339820b9d.tar.xz
clockr-8e7e2731a25cc10e89bb80615609101339820b9d.zip
1.0 release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3cfe596..1d151b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Jenkins <twodopeshaggy@gmail.com>
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"