Date: Monday, April 8, 2019 @ 17:51:53 Author: heftig Revision: 350367
3.32.1-1 Modified: cheese/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-04-08 17:51:46 UTC (rev 350366) +++ PKGBUILD 2019-04-08 17:51:53 UTC (rev 350367) @@ -2,7 +2,7 @@ # Contributor: Jan de Groot <[email protected]> pkgname=cheese -pkgver=3.32.0+2+g5481726b +pkgver=3.32.1 pkgrel=1 pkgdesc="Take photos and videos with your webcam, with fun graphical effects" url="https://wiki.gnome.org/Apps/Cheese" @@ -15,12 +15,10 @@ optdepends=('gnome-video-effects: Camera effects') groups=(gnome) options=(!emptydirs) -_commit=5481726b186da7763b6a645ff43aee5ac932e10c # master +_commit=f968f45985a93a75ce20236615bf8ff5586174ce # gnome-3-32 source=("git+https://gitlab.gnome.org/GNOME/cheese.git#commit=$_commit") sha256sums=('SKIP') -# TODO: Consider splitting libcheese - pkgver() { cd $pkgname git describe --tags | sed 's/-/+/g' @@ -28,7 +26,7 @@ prepare() { cd $pkgname - git tag -f 3.32.0 70cd445781ffa08dff1ddad84ee949fd1476d9aa # Fixup missing tag + git tag -f 3.32.1 f968f45985a93a75ce20236615bf8ff5586174ce # Fixup missing tag NOCONFIGURE=1 ./autogen.sh }
