[arch-commits] Commit in gnome-tetravex/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sun Mar 8 07:24:05 UTC 2020
Date: Sunday, March 8, 2020 @ 07:24:04
Author: heftig
Revision: 377072
3.35.92+6+g65f0423-1
Modified:
gnome-tetravex/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-08 07:23:15 UTC (rev 377071)
+++ PKGBUILD 2020-03-08 07:24:04 UTC (rev 377072)
@@ -2,7 +2,7 @@
# Contributor: Jan de Groot <jgc at archlinux.org>
pkgname=gnome-tetravex
-pkgver=3.34.4
+pkgver=3.35.92+6+g65f0423
pkgrel=1
pkgdesc="Complete the puzzle by matching numbered tiles"
url="https://wiki.gnome.org/Apps/Tetravex"
@@ -11,7 +11,7 @@
depends=(gtk3)
makedepends=(meson gobject-introspection vala yelp-tools appstream-glib git)
groups=(gnome-extra)
-_commit=bf66f65a3e230e893db272981801e13f2efbf70c # tags/3.34.4^0
+_commit=65f04234e5bc55239d0ed62fb0b801c75211f425 # master
source=("git+https://gitlab.gnome.org/GNOME/gnome-tetravex.git#commit=$_commit")
sha256sums=('SKIP')
@@ -25,7 +25,7 @@
}
build() {
- arch-meson $pkgname build
+ arch-meson $pkgname build -D build_cli=true
ninja -C build
}
More information about the arch-commits
mailing list