Date: Monday, May 1, 2023 @ 20:45:25
  Author: heftig
Revision: 476232

42.0-2: FS#70517 fix groups

Modified:
  gnome-nettool/trunk/PKGBUILD

----------+
 PKGBUILD |   39 ++++++++++++++++++++++++++++-----------
 1 file changed, 28 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-01 20:44:53 UTC (rev 476231)
+++ PKGBUILD    2023-05-01 20:45:25 UTC (rev 476232)
@@ -4,22 +4,37 @@
 
 pkgname=gnome-nettool
 pkgver=42.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Graphical interface for various networking tools"
 url="https://gitlab.gnome.org/GNOME/gnome-nettool";
 arch=(x86_64)
 license=(GPL)
-depends=(gtk3 libgtop iputils whois)
-makedepends=(nmap bind net-tools git meson yelp-tools)
-optdepends=('nmap: Port scanning'
-            'bind: DNS lookup'
-            'net-tools: Network statistics')
-groups=(gnome-extra)
+depends=(
+  gtk3
+  iputils
+  libgtop
+  whois
+)
+makedepends=(
+  bind
+  git
+  meson
+  net-tools
+  nmap
+  yelp-tools
+)
+optdepends=(
+  'bind: DNS lookup'
+  'net-tools: Network statistics'
+  'nmap: Port scanning'
+)
 _commit=5748c0fa632c9caad9e46377ca1aa330dec4b757  # tags/gnome-nettool-42-0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-nettool.git#commit=$_commit";
-        fix-build.diff)
-sha256sums=('SKIP'
-            '95437116039a453c7c15eb25b90e3818338d6b6a87437f384b3d6aded4a845d7')
+source=(
+  "git+https://gitlab.gnome.org/GNOME/gnome-nettool.git#commit=$_commit";
+  fix-build.diff
+)
+b2sums=('SKIP'
+        
'1da17fa0249252842a4cc4c68d00f67b5f085642ae10e6db68708df3cf1fa4b88c9039b2deff2e70ffadf8474da85a33b50bf1a1b639bf12dda05e696f239e72')
 
 pkgver() {
   cd $pkgname
@@ -45,3 +60,5 @@
 package() {
   meson install -C build --destdir "$pkgdir"
 }
+
+# vim set:sw=2 sts=-1 et:

Reply via email to