diff options
Diffstat (limited to 'community/libmateweather/APKBUILD')
-rw-r--r-- | community/libmateweather/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libmateweather/APKBUILD b/community/libmateweather/APKBUILD index 3e03db85d4..998815a0f2 100644 --- a/community/libmateweather/APKBUILD +++ b/community/libmateweather/APKBUILD @@ -10,7 +10,7 @@ license="GPL-2.0" depends="mate-common" makedepends="libsoup-dev libtool intltool gtk+3.0-dev libxml2-utils tzdata" subpackages="$pkgname-dev $pkgname-doc $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() { |