summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSteffen Weber2019-05-21 10:03:14 +0200
committerSteffen Weber2019-05-21 10:03:14 +0200
commit4cd60cc7690b0337748c7cf6ad0f57072303ea3e (patch)
treed6850e1448566d093b19cd76ce7fafe13d331d95 /PKGBUILD
parent4010e0db9c7de33304e531c19913474d18b47ab8 (diff)
downloadaur-4cd60cc7690b0337748c7cf6ad0f57072303ea3e.tar.gz
Update to 1.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5824dc16939f..9e2cff2c555f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
#Maintainer: Steffen Weber <-boenki-gmx-de->
pkgname=yokadi
-pkgver=1.1.1
+pkgver=1.2.0
pkgrel=1
pkgdesc="Command line oriented, sqlite powered, todo list"
url="https://yokadi.github.io"
arch=('any')
depends=('python-sqlalchemy' 'python-dateutil' 'hicolor-icon-theme')
optdepends=('python-crypto: encrypt tasks title and description')
-source=("$url/download/$pkgname-$pkgver.tar.bz2")
+source=("$url/download/$pkgname-$pkgver.tar.gz")
license=('GPL3')
-md5sums=('88d6f7de149e5de900706bf4814e7ef8')
+md5sums=('dc986bd76dd7f10fa8d4bd3faa38aac1')
package() {
cd "$pkgname-$pkgver"