summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMagnus Boman2020-08-01 18:10:04 +0200
committerMagnus Boman2020-08-01 18:10:04 +0200
commit864a729dc2c08335f53ba6820b8dd217eee4995e (patch)
treefd1fa660f3ac02522970ce9f995f73bb42146c1c
parentd25585eca3b730e66627022d8c6ca46673d53473 (diff)
downloadaur-864a729dc2c08335f53ba6820b8dd217eee4995e.tar.gz
lshw-git: now uses gtk3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4bf907a25f0d..503f18cd5b12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = lshw-git
pkgdesc = A small tool to provide detailed information on the hardware configuration of the machine.
- pkgver = B.02.19.r27.ge6a0a16
+ pkgver = B.02.19.r39.g9ae06b4
pkgrel = 1
url = https://ezix.org/project/wiki/HardwareLiSter
arch = x86_64
license = GPL
- makedepends = gtk2
+ makedepends = gtk3
makedepends = sqlite
makedepends = git
depends = gcc-libs
depends = hwids
- optdepends = gtk2
+ optdepends = gtk3
provides = lshw
conflicts = lshw
source = git+https://ezix.org/src/pkg/lshw.git
diff --git a/PKGBUILD b/PKGBUILD
index 22e81709e0c8..e76129de070e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
# Contributor: Chuck Yang <Chuck.Yang@gmail.com>
pkgname=lshw-git
-pkgver=B.02.19.r27.ge6a0a16
+pkgver=B.02.19.r39.g9ae06b4
pkgrel=1
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 hwids)
-optdepends=(gtk2)
-makedepends=(gtk2 sqlite git)
+optdepends=(gtk3)
+makedepends=(gtk3 sqlite git)
conflicts=("${pkgname%-git}")
provides=("${pkgname%-git}")
source=(git+https://ezix.org/src/pkg/lshw.git)