diff options
Diffstat (limited to 'testing/wput')
-rw-r--r-- | testing/wput/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/wput/APKBUILD b/testing/wput/APKBUILD index 93bf886ff6..99fd987f68 100644 --- a/testing/wput/APKBUILD +++ b/testing/wput/APKBUILD @@ -9,7 +9,7 @@ arch="all" license="GPL-2.0-or-later" makedepends="gnutls-dev" subpackages="$pkgname-doc" -source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tgz +source="https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tgz $pkgname-destdir.patch" builddir="$srcdir/$pkgname-$pkgver" |