diff options
author | John ShaggyTwoDope Jenkins <twodopeshaggy@gmail.com> | 2015-09-08 22:41:55 -0700 |
---|---|---|
committer | John ShaggyTwoDope Jenkins <twodopeshaggy@gmail.com> | 2015-09-08 22:41:55 -0700 |
commit | 9a1502c97a44375cfbd89478e1355104883042e0 (patch) | |
tree | a53985c6d1848466777c130df16d3f522c4b94de | |
parent | 7ef8f09122d491a73bd4fbfdbc7b8b7fc6b49fb9 (diff) | |
download | clockr-9a1502c97a44375cfbd89478e1355104883042e0.tar.xz clockr-9a1502c97a44375cfbd89478e1355104883042e0.zip |
fix screw up
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ pkgver=0.1 pkgrel=1 pkgdesc="simple curses clock wirtten in python" arch=('any') -url="https://github.com/jarun/google-cli" +url="https://github.com/shaggytwodope/clockr" license=('MIT') depends=('python') source=("https://github.com/shaggytwodope/clockr/archive/v$pkgver.tar.gz") |