summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorArvedui2020-12-13 21:27:11 +0100
committerArvedui2020-12-13 21:27:11 +0100
commitacec70828d335b2d1fe964f949a3f40a916609d4 (patch)
treeb16e5c36162d285bc8ffd6c0e6c3c69e7842dc5f /PKGBUILD
parentadeb4288febe142d72e76d1c3292d67d269dc2d3 (diff)
downloadaur-acec70828d335b2d1fe964f949a3f40a916609d4.tar.gz
python-taskw: upstream release 1.3.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c87fbb26dce..ab53672de929 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
pkgbase=python2-taskw
pkgname=(python-taskw python2-taskw)
-pkgver=1.2.0
-pkgrel=3
+pkgver=1.3.0
+pkgrel=1
pkgdesc="Python bindings for your taskwarrior database"
url="http://github.com/ralphbean/taskw"
makedepends=('python' 'python-setuptools'
'python2' 'python2-setuptools')
license=("GPL")
arch=('any')
-source=("${pkgbase}-${pkgname}.tar.gz::https://github.com/ralphbean/taskw/archive/${pkgver}.tar.gz")
-sha256sums=('560c8290705f049ce33d75079adcc50e45cdb8b8373d1fd8384b24a215d84591')
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/ralphbean/taskw/archive/${pkgver}.tar.gz")
+sha256sums=('f51f9893945b7131e468619335d967b48f3dacf03d90995b31e7cc724465a472')
prepare() {
cp -a taskw-$pkgver{,-py2}