aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-11-01 16:45:04 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-11-07 16:46:14 +0000
commitdc0987fa259e396d4011f1fb7cca33080a3ae7a4 (patch)
treeadc8cee5b57ef5f9da448c45bb07d69bdbc9db23 /community
parentc98baa3404bf6eb6aca8aaaca1cdcdb1613ea736 (diff)
downloadaports-dc0987fa259e396d4011f1fb7cca33080a3ae7a4.tar.bz2
aports-dc0987fa259e396d4011f1fb7cca33080a3ae7a4.tar.xz
community/w3m: rebuild against openssl 1.1
Diffstat (limited to 'community')
-rw-r--r--community/w3m/APKBUILD4
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"