[arch-commits] Commit in five-or-more/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Sat Mar 28 19:04:07 UTC 2020


    Date: Saturday, March 28, 2020 @ 19:04:06
  Author: heftig
Revision: 378630

archrelease: copy trunk to extra-x86_64

Added:
  five-or-more/repos/extra-x86_64/PKGBUILD
    (from rev 378629, 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-28 19:03:56 UTC (rev 378629)
+++ PKGBUILD	2020-03-28 19:04:06 UTC (rev 378630)
@@ -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.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
-}

Copied: five-or-more/repos/extra-x86_64/PKGBUILD (from rev 378629, five-or-more/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-28 19:04:06 UTC (rev 378630)
@@ -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.2
+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=8bca9324f02f650e5d8e7206d55e5aaf9c46e28f  # tags/3.32.2^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