diff options
Diffstat (limited to 'community/mate-notification-daemon/APKBUILD')
-rw-r--r-- | community/mate-notification-daemon/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/mate-notification-daemon/APKBUILD b/community/mate-notification-daemon/APKBUILD index feeaf59434..ead21714a5 100644 --- a/community/mate-notification-daemon/APKBUILD +++ b/community/mate-notification-daemon/APKBUILD @@ -11,7 +11,7 @@ depends="mate-common" makedepends="libwnck3-dev libnotify-dev libtool intltool dbus-glib-dev libcanberra-dev gtk+3.0-dev" subpackages="$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() { |