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

Jan Steffens heftig at archlinux.org
Thu Aug 8 10:00:56 UTC 2019


    Date: Thursday, August 8, 2019 @ 10:00:55
  Author: heftig
Revision: 359321

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-08 09:30:59 UTC (rev 359320)
+++ PKGBUILD	2019-08-08 10:00:55 UTC (rev 359321)
@@ -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.32.0
-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=943aeadc2c6b17da584f59a8bb7efaee8999a482  # tags/3.32.0^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
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: tali/repos/extra-x86_64/PKGBUILD (from rev 359320, tali/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-08 10:00:55 UTC (rev 359321)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=tali
+pkgver=3.32.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=99a7764d977084e4d4ffcdd34e0aaa63462b7f37  # tags/3.32.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
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list