diff options
Diffstat (limited to 'community/xfce4-panel/APKBUILD')
-rw-r--r-- | community/xfce4-panel/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/xfce4-panel/APKBUILD b/community/xfce4-panel/APKBUILD index bf6e39e5ee..93e2a36dd6 100644 --- a/community/xfce4-panel/APKBUILD +++ b/community/xfce4-panel/APKBUILD @@ -11,7 +11,7 @@ depends="hicolor-icon-theme" depends_dev="libxfce4util-dev gtk+2.0-dev gtk+3.0-dev xfconf-dev" makedepends="$depends_dev libxfce4ui-dev exo-dev garcon-dev libwnck3-dev gobject-introspection-dev xfce4-vala" -source="http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2" +source="https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2" builddir="$srcdir"/$pkgname-$pkgver |