[arch-commits] Commit in gnome-podcasts/trunk (PKGBUILD)
Balló György
bgyorgy at archlinux.org
Fri Jul 10 19:44:47 UTC 2020
Date: Friday, July 10, 2020 @ 19:44:46
Author: bgyorgy
Revision: 663136
upgpkg: gnome-podcasts 0.4.8-1: Update to new version
Modified:
gnome-podcasts/trunk/PKGBUILD
----------+
PKGBUILD | 21 +++++----------------
1 file changed, 5 insertions(+), 16 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-10 19:24:24 UTC (rev 663135)
+++ PKGBUILD 2020-07-10 19:44:46 UTC (rev 663136)
@@ -1,7 +1,7 @@
# Maintainer: Balló György <ballogyor+arch at gmail dot com>
pkgname=gnome-podcasts
-pkgver=0.4.7
+pkgver=0.4.8
pkgrel=1
pkgdesc="Podcast application for GNOME"
arch=(x86_64)
@@ -11,27 +11,16 @@
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')
+source=(https://gitlab.gnome.org/World/podcasts/-/archive/$pkgver/podcasts-$pkgver.tar.gz)
+sha256sums=('f29c0057dfcdd6ab1745533cc6826f07adddbe3b5b9aad2757421d1259b8303c')
-pkgver() {
- cd podcasts
- git describe --tags | sed 's/-/+/g'
-}
-
build() {
- cd podcasts
+ cd podcasts-$pkgver
arch-meson . build
ninja -C build
}
-check() {
- cd podcasts
- meson test -C build || : # cargo-test fails
-}
-
package() {
- cd podcasts
+ cd podcasts-$pkgver
DESTDIR="$pkgdir" meson install -C build
}
More information about the arch-commits
mailing list