summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Steinke2016-04-24 11:25:41 +0200
committerRasmus Steinke2016-04-24 11:25:41 +0200
commit238ae9420c3caae5a5f7e34c0023f72789b8165f (patch)
tree7056f0bd6361420912354e7dc627e66e4383d7bb
parentce0f701aa178593c642b62482c7da8f9e324d344 (diff)
downloadaur-238ae9420c3caae5a5f7e34c0023f72789b8165f.tar.gz
use https
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c41da88d420..eb7110047b8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Dec 12 22:52:21 UTC 2015
+# Sun Apr 24 09:25:31 UTC 2016
pkgbase = rofi-pass-git
pkgdesc = bash script to handle pass storages in a convenient way
pkgver = 5.f4255a9
@@ -15,7 +15,7 @@ pkgbase = rofi-pass-git
depends = xdotool
depends = xclip
optdepends = passed-git: change fieldnames in password files
- source = git+http://git.53280.de/rofi-pass
+ source = git+https://git.53280.de/rofi-pass
md5sums = SKIP
pkgname = rofi-pass-git
diff --git a/PKGBUILD b/PKGBUILD
index f0b89250046f..c82d542d21fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ optdepends=('passed-git: change fieldnames in password files')
install=rofi-pass.install
makedepends=('git')
-source=('git+http://git.53280.de/rofi-pass')
+source=('git+https://git.53280.de/rofi-pass')
pkgver() {
cd ${_pkgname}