summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bd37b105352..a0cefba3ceec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Sep 14 13:13:54 UTC 2016
+# Wed Jan 4 10:06:32 UTC 2017
pkgbase = yokadi
pkgdesc = Not your grandma TODO list
- pkgver = 1.1.0
+ pkgver = 1.1.1
pkgrel = 1
url = http://yokadi.github.io
arch = any
@@ -11,8 +11,8 @@ pkgbase = yokadi
depends = python-dateutil
depends = hicolor-icon-theme
optdepends = python-crypto: encrypt tasks title and description
- source = http://yokadi.github.io/download/yokadi-1.1.0.tar.bz2
- md5sums = 99831882c907b48f1ac1f59c29736219
+ source = http://yokadi.github.io/download/yokadi-1.1.1.tar.bz2
+ md5sums = 88d6f7de149e5de900706bf4814e7ef8
pkgname = yokadi
diff --git a/PKGBUILD b/PKGBUILD
index 8edb59a27f46..7806f57f16b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Steffen Weber <-boenki-gmx-de->
pkgname=yokadi
-pkgver=1.1.0
+pkgver=1.1.1
pkgrel=1
pkgdesc="Not your grandma TODO list"
url="http://yokadi.github.io"
@@ -10,7 +10,7 @@ depends=('python-sqlalchemy' 'python-dateutil' 'hicolor-icon-theme')
optdepends=('python-crypto: encrypt tasks title and description')
source=("$url/download/$pkgname-$pkgver.tar.bz2")
license=('GPL3')
-md5sums=('99831882c907b48f1ac1f59c29736219')
+md5sums=('88d6f7de149e5de900706bf4814e7ef8')
package() {
cd "$pkgname-$pkgver"