summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Weber2018-01-29 00:25:54 +0100
committerSteffen Weber2018-01-29 00:25:54 +0100
commit4010e0db9c7de33304e531c19913474d18b47ab8 (patch)
tree3874748e7c1d610d02287b286f6b078c524cc799
parent0e3d5fbde54ff6e2352011227fc5e7021ffa97aa (diff)
downloadaur-4010e0db9c7de33304e531c19913474d18b47ab8.tar.gz
Use https
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04c9c4e7caa5..919daf63db00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Mon Jan 16 09:49:50 UTC 2017
+# Sun Jan 28 23:25:35 UTC 2018
pkgbase = yokadi
pkgdesc = Command line oriented, sqlite powered, todo list
pkgver = 1.1.1
pkgrel = 1
- url = http://yokadi.github.io
+ url = https://yokadi.github.io
arch = any
license = GPL3
depends = python-sqlalchemy
depends = python-dateutil
depends = hicolor-icon-theme
optdepends = python-crypto: encrypt tasks title and description
- source = http://yokadi.github.io/download/yokadi-1.1.1.tar.bz2
+ source = https://yokadi.github.io/download/yokadi-1.1.1.tar.bz2
md5sums = 88d6f7de149e5de900706bf4814e7ef8
pkgname = yokadi
diff --git a/PKGBUILD b/PKGBUILD
index 0e00e2e1aeb9..5824dc16939f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=yokadi
pkgver=1.1.1
pkgrel=1
pkgdesc="Command line oriented, sqlite powered, todo list"
-url="http://yokadi.github.io"
+url="https://yokadi.github.io"
arch=('any')
depends=('python-sqlalchemy' 'python-dateutil' 'hicolor-icon-theme')
optdepends=('python-crypto: encrypt tasks title and description')