Date: Monday, October 7, 2019 @ 18:52:10
  Author: heftig
Revision: 364044

archrelease: copy trunk to extra-x86_64

Added:
  gnome-taquin/repos/extra-x86_64/PKGBUILD
    (from rev 364040, gnome-taquin/trunk/PKGBUILD)
Deleted:
  gnome-taquin/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2019-10-07 18:52:09 UTC (rev 364043)
+++ PKGBUILD    2019-10-07 18:52:10 UTC (rev 364044)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-# Contributor: Jan de Groot <[email protected]>
-
-pkgname=gnome-taquin
-pkgver=3.34.0
-pkgrel=1
-pkgdesc="Move tiles so that they reach their places"
-url="https://wiki.gnome.org/Apps/Taquin";
-arch=(x86_64)
-license=(GPL3)
-depends=(gtk3 librsvg gsound)
-makedepends=(meson vala yelp-tools appstream-glib git)
-groups=(gnome-extra)
-_commit=34e75d1dac3627c6792e78949d1403e043c1f30a  # tags/3.34.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-taquin.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: gnome-taquin/repos/extra-x86_64/PKGBUILD (from rev 364040, 
gnome-taquin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2019-10-07 18:52:10 UTC (rev 364044)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+
+pkgname=gnome-taquin
+pkgver=3.34.1
+pkgrel=1
+pkgdesc="Move tiles so that they reach their places"
+url="https://wiki.gnome.org/Apps/Taquin";
+arch=(x86_64)
+license=(GPL3)
+depends=(gtk3 librsvg gsound)
+makedepends=(meson vala yelp-tools appstream-glib git)
+groups=(gnome-extra)
+_commit=18d461755b1fbde53d51b8b3c6c8472aa4301046  # tags/3.34.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-taquin.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
+}

Reply via email to