diff options
Diffstat (limited to 'community/mate-polkit/APKBUILD')
-rw-r--r-- | community/mate-polkit/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/mate-polkit/APKBUILD b/community/mate-polkit/APKBUILD index 73818f32e8..17cb130bd5 100644 --- a/community/mate-polkit/APKBUILD +++ b/community/mate-polkit/APKBUILD @@ -11,7 +11,7 @@ depends="mate-common" makedepends="polkit-dev libtool intltool gtk+3.0-dev gobject-introspection-dev" subpackages="$pkgname-lang" -source="http://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz" +source="https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz" builddir="$srcdir/$pkgname-$pkgver" build() { |