summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2018-11-09 19:01:52 +0000
committerDaniel Bermond2018-11-09 19:01:52 +0000
commitf308cb5192c1fe16a426e68973857086fd9d0c50 (patch)
tree7c394e0292d6172d927c252488e5c4900330676f
parent09d5234db9d603fc27279e2f1dd91c3c026baa8d (diff)
downloadaur-f308cb5192c1fe16a426e68973857086fd9d0c50.tar.gz
Use https for url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80f5faace856..b05e19493093 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = deluge-git
pkgdesc = A BitTorrent client with multiple user interfaces in a client/server model (git version, 'develop' branch)
- pkgver = 2.0.0b2.dev198.ge6c61c3f8
+ pkgver = 2.0.0b2.dev300.gab7f19fbb
pkgrel = 1
epoch = 1
- url = http://deluge-torrent.org/
+ url = https://deluge-torrent.org/
arch = any
license = GPL3
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 7f8a27da1b6e..a97e1e9ba479 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
# PKGBUILD based on extra\deluge's PKGBUILD, adapted for -git version by Berseker
pkgname=deluge-git
-pkgver=2.0.0b2.dev198.ge6c61c3f8
+pkgver=2.0.0b2.dev300.gab7f19fbb
pkgrel=1
epoch=1
pkgdesc="A BitTorrent client with multiple user interfaces in a client/server model (git version, 'develop' branch)"
arch=('any')
-url='http://deluge-torrent.org/'
+url='https://deluge-torrent.org/'
license=('GPL3')
depends=('desktop-file-utils' 'hicolor-icon-theme' 'libtorrent-rasterbar'
'python2-twisted' 'python2-pyasn1' 'python2-pyopenssl' 'python2-xdg'