summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorheftig <heftig@eb2447ed-0c53-47e4-bac8-5bc4a241df78>2019-11-24 20:28:36 +0000
committerheftig <heftig@eb2447ed-0c53-47e4-bac8-5bc4a241df78>2019-11-24 20:28:36 +0000
commit6589cf4ee0e5aba198b40013574c21d4bcd9f264 (patch)
tree108db9f16f1bce1fe81874bc663046eabb010b34
parent7244963be3350f09de651a59a6031469561d6805 (diff)
archrelease: copy trunk to extra-x86_64
git-svn-id: file:///srv/repos/svn-packages/svn@369723 eb2447ed-0c53-47e4-bac8-5bc4a241df78
-rw-r--r--gnome-music/repos/extra-x86_64/PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/gnome-music/repos/extra-x86_64/PKGBUILD b/gnome-music/repos/extra-x86_64/PKGBUILD
index 4bd6cf9192b..376d9287720 100644
--- a/gnome-music/repos/extra-x86_64/PKGBUILD
+++ b/gnome-music/repos/extra-x86_64/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=gnome-music
-pkgver=3.34.1
-pkgrel=2
+pkgver=3.34.2
+pkgrel=1
epoch=1
pkgdesc="Music player and management application"
url="https://wiki.gnome.org/Apps/Music"
@@ -17,7 +17,7 @@ optdepends=('gst-plugins-good: Extra media codecs'
'gst-plugins-bad: Extra media codecs'
'gst-libav: Extra media codecs')
groups=(gnome)
-_commit=3510127d0f0203d1cff7758a41dbd82bea2a2de6 # tags/3.34.1^0
+_commit=8f2907bd0bd4abc2c0caeebd340e1b38eedb2878 # tags/3.34.2^0
source=("git+https://gitlab.gnome.org/GNOME/gnome-music.git#commit=$_commit"
"git+https://gitlab.gnome.org/GNOME/libgd.git"
"git+https://gitlab.gnome.org/mschraal/gfm.git")
@@ -45,8 +45,7 @@ build() {
}
check() {
- # appdata style violations
- meson test -C build --print-errorlogs || :
+ meson test -C build --print-errorlogs
}
package() {