summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2018-11-09 19:01:52 +0000
committerDaniel Bermond2018-11-09 19:01:52 +0000
commitf308cb5192c1fe16a426e68973857086fd9d0c50 (patch)
tree7c394e0292d6172d927c252488e5c4900330676f /PKGBUILD
parent09d5234db9d603fc27279e2f1dd91c3c026baa8d (diff)
downloadaur-f308cb5192c1fe16a426e68973857086fd9d0c50.tar.gz
Use https for url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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'