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

Alexander Rødseth arodseth at gemini.archlinux.org
Thu Aug 25 20:45:43 UTC 2022


    Date: Thursday, August 25, 2022 @ 20:45:42
  Author: arodseth
Revision: 1280586

Build with gtk2-compat and optdep on gtk3

Modified:
  lshw/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-25 20:42:07 UTC (rev 1280585)
+++ PKGBUILD	2022-08-25 20:45:42 UTC (rev 1280586)
@@ -4,16 +4,16 @@
 
 pkgname=lshw
 pkgver=B.02.19.2
-pkgrel=4
+pkgrel=5
 pkgdesc="A small tool to provide detailed information on the hardware configuration of the machine."
 url="https://ezix.org/project/wiki/HardwareLiSter"
 license=('GPL')
 arch=('x86_64')
 depends=('gcc-libs' 'hwdata')
-optdepends=('gtk2')
-makedepends=('gcc' 'gtk2' 'sqlite')
+optdepends=('gtk3')
+makedepends=('gcc' 'gtk2-compat' 'sqlite')
 source=(https://ezix.org/software/files/lshw-$pkgver.tar.gz
-	82393aa9b59307a443677df7340a1dd38847a5ef.patch)
+        82393aa9b59307a443677df7340a1dd38847a5ef.patch)
 sha256sums=('9bb347ac87142339a366a1759ac845e3dbb337ec000aa1b99b50ac6758a80f80'
             '3906335e802387319900a70c7ce575f0f539fce5befd6d37edc74be0d31141df')
 



More information about the arch-commits mailing list