diff options
Diffstat (limited to 'community/parole/APKBUILD')
-rw-r--r-- | community/parole/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/parole/APKBUILD b/community/parole/APKBUILD index a22ed937c5..aee6a2db32 100644 --- a/community/parole/APKBUILD +++ b/community/parole/APKBUILD @@ -17,7 +17,7 @@ depends_dev="libxfce4ui-dev libxfce4util-dev intltool gstreamer-dev bash makedepends="$depends_dev linux-headers" install= subpackages="$pkgname-dev $pkgname-lang" -source="http://archive.xfce.org/src/apps/parole/$_branch/parole-$pkgver.tar.bz2" +source="https://archive.xfce.org/src/apps/parole/$_branch/parole-$pkgver.tar.bz2" prepare() { cd "$srcdir"/$pkgname-$pkgver |