Sergej Pupykin pushed to branch main at Arch Linux / Packaging / Packages / lshw


Commits:
bb4de5bc by Sergej Pupykin at 2023-08-10T04:31:39+03:00
upgpkg: B.02.19.2-6

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -4,24 +4,25 @@
 
 pkgname=lshw
 pkgver=B.02.19.2
-pkgrel=5
+_commit=b4e067307906ec6f277cce5c8a882f5edd03cbbc
+pkgrel=6
 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=('gtk3')
-makedepends=('gcc' 'gtk2-compat' 'sqlite')
-source=(https://ezix.org/software/files/lshw-$pkgver.tar.gz
-        82393aa9b59307a443677df7340a1dd38847a5ef.patch)
-sha256sums=('9bb347ac87142339a366a1759ac845e3dbb337ec000aa1b99b50ac6758a80f80'
-            '3906335e802387319900a70c7ce575f0f539fce5befd6d37edc74be0d31141df')
+makedepends=('gcc' 'gtk2-compat' 'sqlite' 'git')
+#source=(https://ezix.org/software/files/lshw-$pkgver.tar.gz
+#        82393aa9b59307a443677df7340a1dd38847a5ef.patch)
+source=("$pkgname-$pkgver::git+https://ezix.org/src/pkg/lshw.git#commit=${_commit}";)
+sha256sums=('SKIP')
 
 prepare() {
   cd "$srcdir"/$pkgname-$pkgver
   sed -i 's|/usr/bin/gtk-lshw|/usr/sbin/gtk-lshw|' 
src/gui/integration/gtk-lshw.desktop
-  sed -i '/^LDFLAGS=$/d' src/core/Makefile src/gui/Makefile
-  patch -p1 <../82393aa9b59307a443677df7340a1dd38847a5ef.patch
+#  sed -i '/^LDFLAGS=$/d' src/core/Makefile src/gui/Makefile
+#  patch -p1 <../82393aa9b59307a443677df7340a1dd38847a5ef.patch
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lshw/-/commit/bb4de5bc8b7b9bf8048ab0ba7f634dad54723256

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lshw/-/commit/bb4de5bc8b7b9bf8048ab0ba7f634dad54723256
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to