summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohn ShaggyTwoDope Jenkins <twodopeshaggy@gmail.com>2015-09-09 13:33:54 -0700
committerJohn ShaggyTwoDope Jenkins <twodopeshaggy@gmail.com>2015-09-09 13:33:54 -0700
commita220d53e5d2bff9ebb32b36a6459a71248ae8ed3 (patch)
tree55c144e1adcdfde2eaa1d06923ecd51ddc43c1d2 /PKGBUILD
parent1a3060ffcca19a8affce18b550fc6fa6ea92b80c (diff)
downloadclockr-a220d53e5d2bff9ebb32b36a6459a71248ae8ed3.tar.xz
clockr-a220d53e5d2bff9ebb32b36a6459a71248ae8ed3.zip
0.4 release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2e4ef14..9bd8f0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Jenkins <twodopeshaggy@gmail.com>
pkgname=clockr
-pkgver=0.3
+pkgver=0.4
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=('1cee275122c2c42c3c07e429c2fe61a7')
+md5sums=('711a68094cfd5eec7fbc79f31d74d66f')
package() {
cd "$srcdir/$pkgname-$pkgver"