[arch-commits] Commit in four-in-a-row/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Sat May 30 15:06:18 UTC 2020


    Date: Saturday, May 30, 2020 @ 15:06:18
  Author: heftig
Revision: 387910

archrelease: copy trunk to extra-x86_64

Added:
  four-in-a-row/repos/extra-x86_64/PKGBUILD
    (from rev 387908, four-in-a-row/trunk/PKGBUILD)
Deleted:
  four-in-a-row/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-30 15:06:17 UTC (rev 387909)
+++ PKGBUILD	2020-05-30 15:06:18 UTC (rev 387910)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=four-in-a-row
-pkgver=3.36.2
-pkgrel=1
-pkgdesc="Make lines of the same color to win"
-url="https://wiki.gnome.org/Apps/Four-in-a-row"
-arch=(x86_64)
-license=(GPL3)
-depends=(gtk3 gsound librsvg)
-makedepends=(meson gobject-introspection yelp-tools appstream-glib vala git)
-groups=(gnome-extra)
-_commit=6471afd923288427b1f4f3653c02f728cd8245c5  # tags/3.36.2^0
-source=("git+https://gitlab.gnome.org/GNOME/four-in-a-row.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: four-in-a-row/repos/extra-x86_64/PKGBUILD (from rev 387908, four-in-a-row/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-30 15:06:18 UTC (rev 387910)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=four-in-a-row
+pkgver=3.36.3
+pkgrel=1
+pkgdesc="Make lines of the same color to win"
+url="https://wiki.gnome.org/Apps/Four-in-a-row"
+arch=(x86_64)
+license=(GPL3)
+depends=(gtk3 gsound librsvg)
+makedepends=(meson gobject-introspection yelp-tools appstream-glib vala git)
+groups=(gnome-extra)
+_commit=c1b65360d8bac0371f4c48ae77573619755339ca  # tags/3.36.3^0
+source=("git+https://gitlab.gnome.org/GNOME/four-in-a-row.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list