summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 919daf63db00..053daa8f27ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sun Jan 28 23:25:35 UTC 2018
pkgbase = yokadi
pkgdesc = Command line oriented, sqlite powered, todo list
- pkgver = 1.1.1
+ pkgver = 1.2.0
pkgrel = 1
url = https://yokadi.github.io
arch = any
@@ -11,8 +9,8 @@ pkgbase = yokadi
depends = python-dateutil
depends = hicolor-icon-theme
optdepends = python-crypto: encrypt tasks title and description
- source = https://yokadi.github.io/download/yokadi-1.1.1.tar.bz2
- md5sums = 88d6f7de149e5de900706bf4814e7ef8
+ source = https://yokadi.github.io/download/yokadi-1.2.0.tar.gz
+ md5sums = dc986bd76dd7f10fa8d4bd3faa38aac1
pkgname = yokadi
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"