From e8e4e45f72ccecd7f865e74137a398d4db9cd8a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sat, 7 May 2016 05:56:41 +0200 Subject: [PATCH] lshw: fix lshw.sgml missing URI --- srcpkgs/lshw/patches/fix-lshw_sgml.patch | 8 ++++++++ srcpkgs/lshw/template | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/lshw/patches/fix-lshw_sgml.patch diff --git a/srcpkgs/lshw/patches/fix-lshw_sgml.patch b/srcpkgs/lshw/patches/fix-lshw_sgml.patch new file mode 100644 index 00000000000..10516ea7020 --- /dev/null +++ b/srcpkgs/lshw/patches/fix-lshw_sgml.patch @@ -0,0 +1,8 @@ +--- src/lshw.sgml 2016-04-22 21:49:30.000000000 +0200 ++++ src/lshw.sgml 2016-05-07 05:54:39.106562357 +0200 +@@ -1,4 +1,4 @@ +- ++ + + + diff --git a/srcpkgs/lshw/template b/srcpkgs/lshw/template index f28bde027ff..5de00813ee1 100644 --- a/srcpkgs/lshw/template +++ b/srcpkgs/lshw/template @@ -1,7 +1,7 @@ # Template build file for 'lshw'. pkgname=lshw version=B.02.18 -revision=3 +revision=4 makedepends="gtk+-devel libglade-devel sqlite-devel" hostmakedepends="docbook2x pkg-config" short_desc="Hardware lister application"