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

Gaëtan Bisson bisson at archlinux.org
Fri Jan 26 17:10:01 UTC 2018


    Date: Friday, January 26, 2018 @ 17:10:00
  Author: bisson
Revision: 315475

upstream update

Modified:
  w3m/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-26 16:43:32 UTC (rev 315474)
+++ PKGBUILD	2018-01-26 17:10:00 UTC (rev 315475)
@@ -3,19 +3,22 @@
 # Contributor: dorphell <dorphell at archlinux.org>
 
 pkgname=w3m
-_gitcommit=d69111c10189628f02903e076238d7bd390d6a6a
-pkgver=0.5.3.git20171120
+_gitcommit=a58f37c94f118105b21be6323615673cf96535ac
+pkgver=0.5.3.git20180125
 pkgrel=1
 pkgdesc='Text-based Web browser as well as pager'
-url='https://anonscm.debian.org/git/collab-maint/w3m.git/'
+url='https://salsa.debian.org/debian/w3m'
 license=('custom')
 arch=('x86_64')
 makedepends=('git' 'imlib2')
 optdepends=('imlib2: for graphics support')
 depends=('openssl' 'gc' 'ncurses' 'gpm')
-source=("git://anonscm.debian.org/collab-maint/w3m.git#commit=${_gitcommit}")
+source=("git+https://salsa.debian.org/debian/w3m.git#commit=${_gitcommit}")
 sha256sums=('SKIP')
 
+# There's also the maintainer's github repo, usually in sync with Debian's:
+# https://github.com/tats/w3m
+
 build() {
 	cd "${srcdir}/${pkgname}"
 	./configure \



More information about the arch-commits mailing list