[arch-commits] Commit in gnome-podcasts/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Nov 28 18:16:26 UTC 2019


    Date: Thursday, November 28, 2019 @ 18:16:26
  Author: arojas
Revision: 534295

archrelease: copy trunk to community-x86_64

Added:
  gnome-podcasts/repos/community-x86_64/PKGBUILD
    (from rev 534294, gnome-podcasts/trunk/PKGBUILD)
Deleted:
  gnome-podcasts/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-28 18:16:06 UTC (rev 534294)
+++ PKGBUILD	2019-11-28 18:16:26 UTC (rev 534295)
@@ -1,37 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=gnome-podcasts
-pkgver=0.4.6+185+geb03261
-pkgrel=1
-pkgdesc="Podcast application for GNOME"
-arch=(x86_64)
-url="https://gitlab.gnome.org/World/podcasts"
-license=(GPL3)
-depends=(gst-plugins-bad gst-plugins-base gst-plugins-good libhandy)
-makedepends=(git meson rust)
-optdepends=('gst-plugins-ugly: Extra media codecs'
-            'gst-libav: Extra media codecs')
-_commit=eb032619a0a52c326b9a73d7950322c0a7323d58  # master
-source=("git+https://gitlab.gnome.org/World/podcasts.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd podcasts
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  cd podcasts
-  arch-meson . build
-  ninja -C build
-}
-
-check() {
-  cd podcasts
-  meson test -C build || : # cargo-test fails
-}
-
-package() {
-  cd podcasts
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-podcasts/repos/community-x86_64/PKGBUILD (from rev 534294, gnome-podcasts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-28 18:16:26 UTC (rev 534295)
@@ -0,0 +1,37 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gnome-podcasts
+pkgver=0.4.7
+pkgrel=1
+pkgdesc="Podcast application for GNOME"
+arch=(x86_64)
+url="https://gitlab.gnome.org/World/podcasts"
+license=(GPL3)
+depends=(gst-plugins-bad gst-plugins-base gst-plugins-good libhandy)
+makedepends=(git meson rust)
+optdepends=('gst-plugins-ugly: Extra media codecs'
+            'gst-libav: Extra media codecs')
+_commit=f632a66d6095e717ce9daff87468df3a24a7650e  # tags/0.4.7
+source=("git+https://gitlab.gnome.org/World/podcasts.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd podcasts
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  cd podcasts
+  arch-meson . build
+  ninja -C build
+}
+
+check() {
+  cd podcasts
+  meson test -C build || : # cargo-test fails
+}
+
+package() {
+  cd podcasts
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list