Date: Wednesday, September 5, 2018 @ 21:18:38 Author: heftig Revision: 333574
0.36.2-1 Modified: rygel/trunk/PKGBUILD (contents, properties) ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-09-05 21:16:54 UTC (rev 333573) +++ PKGBUILD 2018-09-05 21:18:38 UTC (rev 333574) @@ -1,9 +1,8 @@ -# $Id$ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> # Contributor: Balló György <ballogyor+arch at gmail dot com> pkgname=rygel -pkgver=0.36.1 +pkgver=0.36.2 pkgrel=1 pkgdesc="UPnP AV MediaServer and MediaRenderer that allows you to easily share audio, video and pictures, and control of media player on your home network" url="https://wiki.gnome.org/Projects/Rygel" @@ -19,13 +18,13 @@ 'tracker-miners: Share indexed media files') backup=(etc/rygel.conf) groups=(gnome) -_commit=cccccbb1990b5f533e0cbc67820d72f6220f0ec7 # tags/RYGEL_0_36_1^0 -source=("git+https://git.gnome.org/browse/rygel#commit=$_commit") +_commit=7d0e90cd4cc4d59e36d7e8681ff41c3a66d3bc09 # tags/rygel-0.36.2^0 +source=("git+https://gitlab.gnome.org/GNOME/rygel.git#commit=$_commit") sha256sums=('SKIP') pkgver() { cd $pkgname - git describe --tags | sed 's/^RYGEL_//;s/_/./g;s/-/+/g' + git describe --tags | sed 's/^RYGEL_//;s/^rygel-//;s/_/./g;s/-/+/g' } prepare() { Property changes on: rygel/trunk/PKGBUILD ___________________________________________________________________ Deleted: svn:keywords ## -1 +0,0 ## -Id \ No newline at end of property
