diff options
Diffstat (limited to 'community/mate-calc/APKBUILD')
-rw-r--r-- | community/mate-calc/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/mate-calc/APKBUILD b/community/mate-calc/APKBUILD index 7ee78de2f0..2ea90e0853 100644 --- a/community/mate-calc/APKBUILD +++ b/community/mate-calc/APKBUILD @@ -11,7 +11,7 @@ depends="mate-common" makedepends="itstool libtool intltool gtk+3.0-dev libxml2-utils libxml2-dev" subpackages="$pkgname-lang $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() { |