[arch-commits] Commit in iagno/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Mon Jan 6 18:39:14 UTC 2020


    Date: Monday, January 6, 2020 @ 18:39:13
  Author: heftig
Revision: 372687

archrelease: copy trunk to extra-x86_64

Added:
  iagno/repos/extra-x86_64/PKGBUILD
    (from rev 372684, iagno/trunk/PKGBUILD)
Deleted:
  iagno/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-06 18:39:12 UTC (rev 372686)
+++ PKGBUILD	2020-01-06 18:39:13 UTC (rev 372687)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=iagno
-pkgver=3.34.3
-pkgrel=1
-pkgdesc="Dominate the board in a classic version of Reversi"
-url="https://wiki.gnome.org/Apps/Iagno"
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 gsound librsvg)
-makedepends=(meson gobject-introspection yelp-tools appstream-glib vala git)
-groups=(gnome-extra)
-_commit=ff3d25521b5e40cf534a4b61b32c44dbea9e453a  # tags/3.34.3^0
-source=("git+https://gitlab.gnome.org/GNOME/iagno.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: iagno/repos/extra-x86_64/PKGBUILD (from rev 372684, iagno/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-06 18:39:13 UTC (rev 372687)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=iagno
+pkgver=3.34.4
+pkgrel=1
+pkgdesc="Dominate the board in a classic version of Reversi"
+url="https://wiki.gnome.org/Apps/Iagno"
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 gsound librsvg)
+makedepends=(meson gobject-introspection yelp-tools appstream-glib vala git)
+groups=(gnome-extra)
+_commit=fb77042556c700749063614a14adce8f3a3d26d7  # tags/3.34.4^0
+source=("git+https://gitlab.gnome.org/GNOME/iagno.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