diff options
Diffstat (limited to 'community/xfce4-notifyd')
-rw-r--r-- | community/xfce4-notifyd/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/xfce4-notifyd/APKBUILD b/community/xfce4-notifyd/APKBUILD index c930335107..04a3e41aae 100644 --- a/community/xfce4-notifyd/APKBUILD +++ b/community/xfce4-notifyd/APKBUILD @@ -10,7 +10,7 @@ depends="hicolor-icon-theme" makedepends="gtk+-dev libxfce4util libxfce4ui-dev libsexy-dev xfconf-dev dbus-glib-dev libglade-dev libnotify-dev" subpackages="$pkgname-lang $pkgname-doc" -source="http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2" +source="https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2" builddir="$srcdir/$pkgname-$pkgver" build () { |