diff options
Diffstat (limited to 'community/mate-common/APKBUILD')
-rw-r--r-- | community/mate-common/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/mate-common/APKBUILD b/community/mate-common/APKBUILD index abc14dc8aa..5436447f68 100644 --- a/community/mate-common/APKBUILD +++ b/community/mate-common/APKBUILD @@ -8,7 +8,7 @@ url="http://mate-desktop.org/" arch="noarch" license="GPL-3.0-or-later" subpackages="$pkgname-doc" -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() { |