summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfab312016-01-29 23:41:21 +0100
committerfab312016-01-29 23:41:21 +0100
commitf3a4aa8f93f314833530a931057f70830e3044f6 (patch)
tree70b5545999f30fb9bc283fba032316939710db1c /PKGBUILD
parent3e89a92c64203a85c63e8b77779add1309f2ff1d (diff)
downloadaur-f3a4aa8f93f314833530a931057f70830e3044f6.tar.gz
python2-taskw 1.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 458d9f1841eb..313e6f3d9741 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@ _py=python2
_n=taskw
pkgname=$_py-$_n
-pkgver=1.0.3
+pkgver=1.1.0
pkgrel=1
pkgdesc="Python bindings for your taskwarrior database"
depends=($_py)
makedepends=($_py "$_py-distribute")
arch=('any')
source=(http://pypi.python.org/packages/source/${_n:0:1}/$_n/$_n-$pkgver.tar.gz)
-md5sums=('09010ce19e0be86422516a3e784cb5d3')
+md5sums=('e5d3eedbbbf00b50bd2f797839888791')
url="http://github.com/ralphbean/taskw"
license="GPL"