Date: Monday, May 1, 2023 @ 18:25:31
  Author: heftig
Revision: 476169

43.0-2: FS#78046 remove gspell dep

Modified:
  polari/trunk/PKGBUILD

----------+
 PKGBUILD |   24 +++++++++++++++++++-----
 1 file changed, 19 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-01 18:25:26 UTC (rev 476168)
+++ PKGBUILD    2023-05-01 18:25:31 UTC (rev 476169)
@@ -2,18 +2,32 @@
 
 pkgname=polari
 pkgver=43.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An IRC Client for GNOME"
 url="https://wiki.gnome.org/Apps/Polari";
 arch=(x86_64)
 license=(GPL)
-depends=(gjs gtk4 telepathy-glib telepathy-idle telepathy-mission-control
-         telepathy-logger gspell libsoup3 libadwaita)
-makedepends=(gobject-introspection yelp-tools appstream-glib git meson)
+depends=(
+  gjs
+  gtk4
+  libadwaita
+  libsoup3
+  telepathy-glib
+  telepathy-idle
+  telepathy-logger
+  telepathy-mission-control
+)
+makedepends=(
+  appstream-glib
+  git
+  gobject-introspection
+  meson
+  yelp-tools
+)
 groups=(gnome-extra)
 _commit=0cf049c1c5704cf5fa0a4b80194860e2c4e433a9  # tags/43.0^0
 source=("git+https://gitlab.gnome.org/GNOME/polari.git#commit=$_commit";)
-sha256sums=('SKIP')
+b2sums=('SKIP')
 
 pkgver() {
   cd polari

Reply via email to