Date: Sunday, April 5, 2020 @ 19:20:28 Author: alucryd Revision: 611894
upgpkg: gala 3.3.0-1 Modified: gala/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-05 18:52:09 UTC (rev 611893) +++ PKGBUILD 2020-04-05 19:20:28 UTC (rev 611894) @@ -1,7 +1,7 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=gala -pkgver=3.2.0.r73.c49189b8 +pkgver=3.3.0 pkgrel=1 pkgdesc='The Pantheon Window Manager' arch=(x86_64) @@ -43,13 +43,13 @@ vala ) provides=(libgala.so) -source=(git+https://github.com/elementary/gala.git#commit=c49189b8e7dc1edb31873d9c0636380b733dd4dc) +source=(git+https://github.com/elementary/gala.git#tag=d659157b650a1f77364cfa2b55e801b10ae0cbb2) sha256sums=(SKIP) pkgver() { cd gala - git describe --tags | sed 's/-/.r/; s/-g/./' + git describe --tags } build() {
