diff options
Diffstat (limited to 'testing/dvdbackup/APKBUILD')
-rw-r--r-- | testing/dvdbackup/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/dvdbackup/APKBUILD b/testing/dvdbackup/APKBUILD index 0f50f4e43b..23457ae737 100644 --- a/testing/dvdbackup/APKBUILD +++ b/testing/dvdbackup/APKBUILD @@ -9,7 +9,7 @@ arch="all" license="GPL" makedepends="libdvdread-dev" subpackages="$pkgname-doc" -source="http://downloads.sourceforge.net/dvdbackup/dvdbackup-$pkgver.tar.xz" +source="https://downloads.sourceforge.net/dvdbackup/dvdbackup-$pkgver.tar.xz" builddir="$srcdir"/$pkgname-$pkgver prepare() { |