summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d19d5d20441e..7970fbaf2d85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Aug 7 03:42:38 UTC 2017
+# Fri May 4 05:16:20 UTC 2018
pkgbase = mount-gtk
pkgdesc = A simple graphical front end for udisks and mount in GTK3
pkgver = 1.4.4
@@ -13,7 +13,7 @@ pkgbase = mount-gtk
depends = udisks2>=1.94.0
optdepends = libnotify: error notifications
options = !buildflags
- source = http://downloads.sourceforge.net/mount-gtk/mount-gtk-1.4.4.tar.gz
+ source = https://downloads.sourceforge.net/mount-gtk/mount-gtk-1.4.4.tar.gz
sha256sums = ccdc5c71a8c278a735c6e36374046bb9cb4d2e9d7b343a8c260ced8bb448f36c
pkgname = mount-gtk
diff --git a/PKGBUILD b/PKGBUILD
index 672146d1f7da..a1256a60c2c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('GPL')
depends=('c++-gtk-utils>=2.0.9' 'gtk3>=2.99.0' 'udisks2>=1.94.0')
optdepends=('libnotify: error notifications')
options=('!buildflags')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
sha256sums=('ccdc5c71a8c278a735c6e36374046bb9cb4d2e9d7b343a8c260ced8bb448f36c')
build() {