[arch-commits] Commit in w3m/trunk (PKGBUILD)

Gaëtan Bisson bisson at archlinux.org
Fri May 10 02:27:04 UTC 2019


    Date: Friday, May 10, 2019 @ 02:27:04
  Author: bisson
Revision: 352800

upstream update

Modified:
  w3m/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-09 22:32:05 UTC (rev 352799)
+++ PKGBUILD	2019-05-10 02:27:04 UTC (rev 352800)
@@ -2,8 +2,8 @@
 # Contributor: dorphell <dorphell at archlinux.org>
 
 pkgname=w3m
-_gitcommit=a58f37c94f118105b21be6323615673cf96535ac
-pkgver=0.5.3.git20180125
+_gitcommit=8e7ee747af00f1a009da42e9633203ea1f7c705e
+pkgver=0.5.3.git20190105
 pkgrel=1
 pkgdesc='Text-based Web browser as well as pager'
 url='https://salsa.debian.org/debian/w3m'
@@ -18,6 +18,13 @@
 # There's also the maintainer's github repo, usually in sync with Debian's:
 # https://github.com/tats/w3m
 
+prepare() {
+	cd "${srcdir}/${pkgname}"
+	patch -p1 -i debian/patches/010_upstream.patch
+	patch -p1 -i debian/patches/020_debian.patch
+	rm -fr doc/CVS
+}
+
 build() {
 	cd "${srcdir}/${pkgname}"
 	./configure \



More information about the arch-commits mailing list