[arch-commits] Commit in five-or-more/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Thu Mar 12 20:48:37 UTC 2020
Date: Thursday, March 12, 2020 @ 20:48:34
Author: heftig
Revision: 377436
archrelease: copy trunk to extra-x86_64
Added:
five-or-more/repos/extra-x86_64/PKGBUILD
(from rev 377435, five-or-more/trunk/PKGBUILD)
Deleted:
five-or-more/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-12 20:48:15 UTC (rev 377435)
+++ PKGBUILD 2020-03-12 20:48:34 UTC (rev 377436)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=five-or-more
-pkgver=3.32.0
-pkgrel=1
-pkgdesc="Remove colored balls from the board by forming lines"
-url="https://wiki.gnome.org/Apps/Five%20or%20more"
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 librsvg libgnome-games-support)
-makedepends=(gobject-introspection yelp-tools appstream-glib git meson vala)
-groups=(gnome-extra)
-_commit=49cb447c5f62e5274c60731bf11ce078bb5f46bc # tags/3.32.0^0
-source=("git+https://gitlab.gnome.org/GNOME/five-or-more.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
-}
-
-package() {
- DESTDIR="$pkgdir" meson install -C build
-}
Copied: five-or-more/repos/extra-x86_64/PKGBUILD (from rev 377435, five-or-more/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-12 20:48:34 UTC (rev 377436)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=five-or-more
+pkgver=3.32.1
+pkgrel=1
+pkgdesc="Remove colored balls from the board by forming lines"
+url="https://wiki.gnome.org/Apps/Five%20or%20more"
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 librsvg libgnome-games-support)
+makedepends=(gobject-introspection yelp-tools appstream-glib git meson vala)
+groups=(gnome-extra)
+_commit=f48f15671b802c1a49e6c801c75d86393cd79167 # tags/3.32.1^0
+source=("git+https://gitlab.gnome.org/GNOME/five-or-more.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