diff options
Diffstat (limited to 'main/wget/APKBUILD')
-rw-r--r-- | main/wget/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/wget/APKBUILD b/main/wget/APKBUILD index d8f7935f62..1bbd5a9d2d 100644 --- a/main/wget/APKBUILD +++ b/main/wget/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: Carlo Landmeter <clandmeter@gmail.com> pkgname=wget pkgver=1.18 -pkgrel=0 +pkgrel=1 pkgdesc="A network utility to retrieve files from the Web" url="http://www.gnu.org/software/wget/wget.html" arch="all" license="GPL3+" depends="" -makedepends="openssl-dev perl" +makedepends="libressl-dev perl" subpackages="$pkgname-doc" install="" source="ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz" |