summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5824dc16939f..364e32e2ae32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
#Maintainer: Steffen Weber <-boenki-gmx-de->
pkgname=yokadi
-pkgver=1.1.1
-pkgrel=1
+pkgver=1.2.0
+pkgrel=2
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")
+optdepends=('python-pycryptodome: encrypt tasks title and description')
+source=("$url/download/$pkgname-$pkgver.tar.gz")
license=('GPL3')
-md5sums=('88d6f7de149e5de900706bf4814e7ef8')
+md5sums=('dc986bd76dd7f10fa8d4bd3faa38aac1')
package() {
cd "$pkgname-$pkgver"