summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3e124dbc605..8bd37b105352 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Apr 27 21:52:27 UTC 2016
+# Wed Sep 14 13:13:54 UTC 2016
pkgbase = yokadi
pkgdesc = Not your grandma TODO list
- pkgver = 1.0.2
- pkgrel = 2
+ pkgver = 1.1.0
+ pkgrel = 1
url = http://yokadi.github.io
arch = any
license = GPL3
@@ -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.0.2.tar.bz2
- md5sums = bff00a7ff8bc6e28079e339e42832bbf
+ source = http://yokadi.github.io/download/yokadi-1.1.0.tar.bz2
+ md5sums = 99831882c907b48f1ac1f59c29736219
pkgname = yokadi
diff --git a/PKGBUILD b/PKGBUILD
index 876a6f6eac33..8edb59a27f46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
#Maintainer: Steffen Weber <-boenki-gmx-de->
pkgname=yokadi
-pkgver=1.0.2
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
pkgdesc="Not your grandma TODO list"
url="http://yokadi.github.io"
arch=('any')
@@ -10,9 +10,9 @@ 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=('bff00a7ff8bc6e28079e339e42832bbf')
+md5sums=('99831882c907b48f1ac1f59c29736219')
package() {
cd "$pkgname-$pkgver"
python setup.py install --root="$pkgdir/" --optimize=1
-} \ No newline at end of file
+}