diff options
Diffstat (limited to 'community/ristretto/APKBUILD')
-rw-r--r-- | community/ristretto/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ristretto/APKBUILD b/community/ristretto/APKBUILD index 7e5e819503..3799c6cafd 100644 --- a/community/ristretto/APKBUILD +++ b/community/ristretto/APKBUILD @@ -9,7 +9,7 @@ license="GPL-2.0" depends="desktop-file-utils hicolor-icon-theme" makedepends="libxfce4ui-dev dbus-glib-dev libexif-dev thunar-dev" subpackages="$pkgname-lang" -source="http://archive.xfce.org/src/apps/ristretto/${pkgver%.*}/ristretto-$pkgver.tar.bz2" +source="https://archive.xfce.org/src/apps/ristretto/${pkgver%.*}/ristretto-$pkgver.tar.bz2" builddir="$srcdir/$pkgname-$pkgver" |