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

Jan Steffens heftig at archlinux.org
Mon Mar 9 23:57:12 UTC 2020


    Date: Monday, March 9, 2020 @ 23:57:11
  Author: heftig
Revision: 377248

archrelease: copy trunk to extra-x86_64

Added:
  four-in-a-row/repos/extra-x86_64/PKGBUILD
    (from rev 377247, 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-03-09 23:56:47 UTC (rev 377247)
+++ PKGBUILD	2020-03-09 23:57:11 UTC (rev 377248)
@@ -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.35.92+4+g8d136a7
-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=8d136a7f4a1e3235376ccee83a27364f713a20a4  # master
-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 377247, four-in-a-row/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-09 23:57:11 UTC (rev 377248)
@@ -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.0
+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=2356dc18757669474f1d09cdfd4b9ee1e66305ed  # tags/3.36.0^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
+}



More information about the arch-commits mailing list