[arch-commits] Commit in polari/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Tue Mar 31 07:13:58 UTC 2020
Date: Tuesday, March 31, 2020 @ 07:13:58
Author: heftig
Revision: 378803
archrelease: copy trunk to extra-x86_64
Added:
polari/repos/extra-x86_64/PKGBUILD
(from rev 378802, polari/trunk/PKGBUILD)
Deleted:
polari/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-31 07:13:47 UTC (rev 378802)
+++ PKGBUILD 2020-03-31 07:13:58 UTC (rev 378803)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=polari
-pkgver=3.36.0
-pkgrel=1
-pkgdesc="An IRC Client for GNOME"
-url="https://wiki.gnome.org/Apps/Polari"
-arch=(x86_64)
-license=(GPL)
-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=42bed50c5920eb8e63de0ace0efa9487df1a8fb2 # tags/3.36.0^0
-source=("git+https://gitlab.gnome.org/GNOME/polari.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
- cd $pkgname
-}
-
-build() {
- arch-meson $pkgname build
- ninja -C build
-}
-
-check() {
- meson test -C build --print-errorlogs
-}
-
-package() {
- DESTDIR="$pkgdir" meson install -C build
-}
Copied: polari/repos/extra-x86_64/PKGBUILD (from rev 378802, polari/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-31 07:13:58 UTC (rev 378803)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=polari
+pkgver=3.36.1
+pkgrel=1
+pkgdesc="An IRC Client for GNOME"
+url="https://wiki.gnome.org/Apps/Polari"
+arch=(x86_64)
+license=(GPL)
+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=0d2aa2318cf96c2b0cb28a6284736bed11be067e # tags/3.36.1^0
+source=("git+https://gitlab.gnome.org/GNOME/polari.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+}
+
+build() {
+ arch-meson $pkgname build
+ ninja -C build
+}
+
+check() {
+ meson test -C build --print-errorlogs
+}
+
+package() {
+ DESTDIR="$pkgdir" meson install -C build
+}
More information about the arch-commits
mailing list