[arch-commits] Commit in rygel/trunk (PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Sat Jun 4 13:31:58 UTC 2022
Date: Saturday, June 4, 2022 @ 13:31:57
Author: heftig
Revision: 447562
0.40.4-1
Modified:
rygel/trunk/PKGBUILD
----------+
PKGBUILD | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-06-04 12:02:36 UTC (rev 447561)
+++ PKGBUILD 2022-06-04 13:31:57 UTC (rev 447562)
@@ -2,7 +2,7 @@
# Contributor: Balló György <ballogyor+arch at gmail dot com>
pkgname=rygel
-pkgver=0.40.3
+pkgver=0.40.4
pkgrel=1
epoch=1
pkgdesc="UPnP AV MediaServer and MediaRenderer"
@@ -21,22 +21,23 @@
'tumbler: Thumbnailing service')
backup=(etc/rygel.conf)
groups=(gnome)
-_commit=2f6c64911bc8bf7ced81be22db905a66b30c2eb6 # tags/rygel-0.40.3^0
+options=(debug)
+_commit=d7ffde7f9ab6428782efce59d9755a30e8bfda8e # tags/rygel-0.40.4^0
source=("git+https://gitlab.gnome.org/GNOME/rygel.git#commit=$_commit")
sha256sums=('SKIP')
pkgver() {
- cd $pkgname
- git describe --tags | sed 's/^RYGEL_//;s/^rygel-//;s/_/./g;s/[^-]*-g/r&/;s/-/+/g'
+ cd rygel
+ git describe --tags | sed 's/^rygel-//;s/[^-]*-g/r&/;s/-/+/g'
}
prepare() {
- cd $pkgname
+ cd rygel
git cherry-pick -n d0410cccf6af55e16d3ba9400ad5e9f703313739
}
build() {
- arch-meson $pkgname build
+ arch-meson rygel build
meson compile -C build
}
More information about the arch-commits
mailing list