Date: Friday, June 15, 2018 @ 11:55:47 Author: heftig Revision: 327001
3.26.1-1 Modified: totem/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-06-15 01:55:07 UTC (rev 327000) +++ PKGBUILD 2018-06-15 11:55:47 UTC (rev 327001) @@ -3,7 +3,7 @@ # Contributor: Jan de Groot <[email protected]> pkgname=totem -pkgver=3.26.0+37+g84700147 +pkgver=3.26.1 pkgrel=1 pkgdesc="Movie player for the GNOME desktop based on GStreamer" url="https://wiki.gnome.org/Apps/Videos" @@ -22,9 +22,9 @@ groups=(gnome) conflicts=(totem-plugin) replaces=(totem-plugin) -_commit=84700147475c3272400c7aa70aaec0a8807bb08e # master -source=("git+https://git.gnome.org/browse/totem#commit=$_commit" - "git+https://git.gnome.org/browse/libgd") +_commit=a1250298555107734bbe7fdcb7e566197e2c4117 # tags/V_3_26_1^0 +source=("git+https://gitlab.gnome.org/GNOME/totem.git#commit=$_commit" + "git+https://gitlab.gnome.org/GNOME/libgd.git") sha256sums=('SKIP' 'SKIP') @@ -48,5 +48,5 @@ package() { DESTDIR="$pkgdir" ninja -C build install - install -Dm644 $pkgname/COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE" + install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING }
