Date: Thursday, February 9, 2017 @ 19:11:29 Author: heftig Revision: 288519
0.4.2-1 Modified: gnome-video-effects/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-02-09 19:11:19 UTC (rev 288518) +++ PKGBUILD 2017-02-09 19:11:29 UTC (rev 288519) @@ -2,7 +2,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=gnome-video-effects -pkgver=0.4.1+56+g393c78f +pkgver=0.4.2 pkgrel=1 pkgdesc="A collection of GStreamer effects" arch=(any) @@ -9,8 +9,8 @@ url="https://git.gnome.org/browse/gnome-video-effects" license=(GPL2) makedepends=(intltool gnome-common git) -_commit=393c78fc9a7dd0a78383b50f0ea08139160377df -source=("git://git.gnome.org/gnome-video-effects#commit=$_commit") +_commit=931719e48d9b43945955c82670a9cd788ebb77a2 # master~1 +source=("git+$url#commit=$_commit") sha256sums=('SKIP') pkgver() { @@ -20,6 +20,8 @@ prepare() { cd $pkgname + # Add missing tag for pkgver() + git tag -f 0.4.2 931719e48d9b43945955c82670a9cd788ebb77a2 NOCONFIGURE=1 ./autogen.sh }
