diff options
Diffstat (limited to 'community/pdftk/APKBUILD')
-rw-r--r-- | community/pdftk/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/pdftk/APKBUILD b/community/pdftk/APKBUILD index 2d8b1df450..a4b9ff055c 100644 --- a/community/pdftk/APKBUILD +++ b/community/pdftk/APKBUILD @@ -9,7 +9,7 @@ license="GPL" depends="" makedepends="gcc-java findutils" subpackages="$pkgname-doc" -source="http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/${pkgname}-${pkgver}-src.zip" +source="https://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/${pkgname}-${pkgver}-src.zip" builddir="$srcdir/$pkgname-$pkgver-dist/$pkgname" prepare() { |