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

Jan Steffens heftig at archlinux.org
Wed Oct 4 19:50:48 UTC 2017


    Date: Wednesday, October 4, 2017 @ 19:50:47
  Author: heftig
Revision: 306740

3.26.1-1

Modified:
  polari/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-04 19:48:27 UTC (rev 306739)
+++ PKGBUILD	2017-10-04 19:50:47 UTC (rev 306740)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=polari
-pkgver=3.26.0+7+ga67955a
+pkgver=3.26.1
 pkgrel=1
 pkgdesc="An IRC Client for GNOME"
 url="https://wiki.gnome.org/Apps/Polari"
@@ -11,7 +11,7 @@
 depends=(gjs gtk3 telepathy-glib telepathy-idle telepathy-mission-control telepathy-logger gspell)
 makedepends=(gobject-introspection appdata-tools yelp-tools appstream-glib git meson)
 groups=(gnome-extra)
-_commit=a67955a2fac43a66375a4bd2fc1e819af0b43452  # master
+_commit=ecc4c3bb781631d2ae8a9c505563ac83fb98c7c9  # tags/3.26.1^0
 source=("git+https://gitlab.gnome.org/GNOME/polari.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -27,7 +27,7 @@
 
 build() {
   cd build
-  meson setup --prefix=/usr --buildtype=release ../$pkgname
+  arch-meson ../$pkgname
   ninja
 }
 



More information about the arch-commits mailing list