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

Jan Steffens heftig at archlinux.org
Sun Jul 5 13:57:03 UTC 2020


    Date: Sunday, July 5, 2020 @ 13:57:02
  Author: heftig
Revision: 390876

archrelease: copy trunk to extra-x86_64

Added:
  tali/repos/extra-x86_64/PKGBUILD
    (from rev 390875, tali/trunk/PKGBUILD)
Deleted:
  tali/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-05 13:56:50 UTC (rev 390875)
+++ PKGBUILD	2020-07-05 13:57:02 UTC (rev 390876)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=tali
-pkgver=3.36.1
-pkgrel=1
-pkgdesc="Beat the odds in a poker-style dice game"
-url="https://wiki.gnome.org/Apps/Tali"
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 librsvg)
-makedepends=(meson gobject-introspection yelp-tools appstream-glib git)
-groups=(gnome-extra)
-_commit=0fa13a1db0d2adb58e7b3a519af620225f819aa1  # tags/3.36.1^0
-source=("git+https://gitlab.gnome.org/GNOME/tali.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: tali/repos/extra-x86_64/PKGBUILD (from rev 390875, tali/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-05 13:57:02 UTC (rev 390876)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=tali
+pkgver=3.36.4
+pkgrel=1
+pkgdesc="Beat the odds in a poker-style dice game"
+url="https://wiki.gnome.org/Apps/Tali"
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 librsvg)
+makedepends=(meson gobject-introspection yelp-tools appstream-glib git)
+groups=(gnome-extra)
+_commit=d79cfa78e7fb14f9de54f7347418f5c634683b9f  # tags/3.36.4^0
+source=("git+https://gitlab.gnome.org/GNOME/tali.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