diff options
Diffstat (limited to 'community/w3m')
-rw-r--r-- | community/w3m/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/w3m/APKBUILD b/community/w3m/APKBUILD index 8114bc8ef9..8f54884680 100644 --- a/community/w3m/APKBUILD +++ b/community/w3m/APKBUILD @@ -3,12 +3,12 @@ pkgname=w3m _pkgver=0.5.3+git20180125 pkgver=${_pkgver/+git/.} -pkgrel=3 +pkgrel=4 pkgdesc='Text-based Web browser, as well as pager' url='https://github.com/tats/w3m' license='MIT UCD' arch='all' -makedepends="imlib2-dev libressl-dev gc-dev ncurses-dev linux-headers" +makedepends="imlib2-dev openssl-dev gc-dev ncurses-dev linux-headers" subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/tats/$pkgname/archive/v$_pkgver.tar.gz https.patch" |