aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2020-07-24 15:46:11 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-07-24 20:53:54 +0000
commit79a2b9b7d6cbe04bcb63029c59b2470038f19117 (patch)
treee9473ffa01e77f6f957ccd61384d0fe66f7e7bf4
parent9bdc523ea4464463a5e96534dc3feba8fcfe26ac (diff)
downloadaports-79a2b9b7d6cbe04bcb63029c59b2470038f19117.tar.gz
aports-79a2b9b7d6cbe04bcb63029c59b2470038f19117.tar.bz2
aports-79a2b9b7d6cbe04bcb63029c59b2470038f19117.tar.xz
community/w3m: upgrade to 0.5.3+git20200502
-rw-r--r--community/w3m/APKBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/community/w3m/APKBUILD b/community/w3m/APKBUILD
index 8f548846806..48321f91ec7 100644
--- a/community/w3m/APKBUILD
+++ b/community/w3m/APKBUILD
@@ -1,16 +1,16 @@
# Contributor: ScrumpyJack <scrumpyjack@st.ilet.to>
# Maintainer: ScrumpyJack <scrumpyjack@st.ilet.to>
pkgname=w3m
-_pkgver=0.5.3+git20180125
+_pkgver=0.5.3+git20200502
pkgver=${_pkgver/+git/.}
-pkgrel=4
+pkgrel=0
pkgdesc='Text-based Web browser, as well as pager'
url='https://github.com/tats/w3m'
license='MIT UCD'
arch='all'
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
+source="$pkgname-$pkgver.tar.gz::https://github.com/tats/w3m/archive/v$_pkgver.tar.gz
https.patch"
builddir="$srcdir/$pkgname-${_pkgver/+/-}"
@@ -21,7 +21,6 @@ builddir="$srcdir/$pkgname-${_pkgver/+/-}"
# - CVE-2018-6198
build() {
- cd "$builddir"
PERL=/usr/bin/perl ./configure \
--prefix=/usr \
--libexecdir=/usr/lib \
@@ -38,12 +37,10 @@ build() {
}
check() {
- cd "$builddir"
./w3m -version
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
install -d "$pkgdir"/usr/share/doc/"$pkgname"
@@ -55,5 +52,5 @@ package() {
"$pkgdir"/usr/share/licenses/"$pkgname"
}
-sha512sums="61b8498b927569937c509460e291eeba6eb302d34ccd6e1bf4d1eb07ac73a3ac5a477161727d310324625be04b907f8c3e970382d08c9fa0846b371699f04e14 w3m-0.5.3.20180125.tar.gz
+sha512sums="b43dfa37a5b057d4413373eb3e363765766f469696a85647994e8d98e98b108a682a1dbe3fdc87b96ec905ac27ccf1842cf7381d9137c2ce891010f93aef6047 w3m-0.5.3.20200502.tar.gz
3844b3a079524ad403da7fe03461210a433ff1cd562862c4df55c3be250ccba0c34eb61bcc8df1973d70e2ef034edaf1804bb2fa682b01723322f108f523932a https.patch"