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

Jan Steffens heftig at archlinux.org
Fri Jun 25 22:29:25 UTC 2021


    Date: Friday, June 25, 2021 @ 22:29:25
  Author: heftig
Revision: 418704

40.0-1

Modified:
  polari/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-25 22:14:16 UTC (rev 418703)
+++ PKGBUILD	2021-06-25 22:29:25 UTC (rev 418704)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 
 pkgname=polari
-pkgver=3.38.0
+pkgver=40.0
 pkgrel=1
 pkgdesc="An IRC Client for GNOME"
 url="https://wiki.gnome.org/Apps/Polari"
@@ -10,7 +10,7 @@
 depends=(gjs gtk3 telepathy-glib telepathy-idle telepathy-mission-control telepathy-logger gspell)
 makedepends=(gobject-introspection yelp-tools appstream-glib git meson)
 groups=(gnome-extra)
-_commit=9eef1b6890959e27180c52b52820ea81d3bba434  # tags/3.38.0^0
+_commit=6f8c05adfe17721556ba130733e76d9d06e2aecf  # tags/40.0^0
 source=("git+https://gitlab.gnome.org/GNOME/polari.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -33,5 +33,5 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 }




More information about the arch-commits mailing list