summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Wojdyla2021-05-15 20:31:19 +0200
committerMichal Wojdyla2021-05-15 20:31:19 +0200
commit1be9619f289d3bb3c4405975c6d5a2289a0149c3 (patch)
tree30c7ac226dcecbe704de2f990379987268c8eba9
parent2c5f1dd22139ff9b616eacee16e1055df7d3efe5 (diff)
downloadaur-1be9619f289d3bb3c4405975c6d5a2289a0149c3.tar.gz
https
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8626fc555980..1d8440b5243c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = auto-rsync-backups
license = GPL3
depends = bash
depends = rsync
- source = http://jjacky.com/auto-rsync-backups/auto-rsync-backups-1.1.0.tar.gz
+ source = https://jjacky.com/auto-rsync-backups/auto-rsync-backups-1.1.0.tar.gz
sha1sums = 2f72124fd20cd20967ea3053b6c3c2fc2e3f914d
pkgname = auto-rsync-backups
diff --git a/PKGBUILD b/PKGBUILD
index 84945df63257..11d14ead125a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('any')
url="https://github.com/jjk-jacky/auto-rsync-backups"
license=('GPL3')
depends=('bash' 'rsync')
-source=(http://jjacky.com/$pkgname/$pkgname-$pkgver.tar.gz)
+source=(https://jjacky.com/$pkgname/$pkgname-$pkgver.tar.gz)
sha1sums=('2f72124fd20cd20967ea3053b6c3c2fc2e3f914d')
package() {