Date: Tuesday, December 11, 2018 @ 17:04:02 Author: bgyorgy Revision: 415441
upgpkg: guake 3.4.0-1 Update to new version Modified: guake/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-12-11 17:01:38 UTC (rev 415440) +++ PKGBUILD 2018-12-11 17:04:02 UTC (rev 415441) @@ -4,8 +4,8 @@ # Contributor: Attila Bukor <[email protected]> pkgname=guake -pkgver=3.3.2 -pkgrel=2 +pkgver=3.4.0 +pkgrel=1 pkgdesc='Drop-down terminal for GNOME' arch=('any') url="http://guake-project.org/" @@ -12,7 +12,7 @@ license=('GPL') depends=('libkeybinder3' 'libnotify' 'libutempter' 'python-cairo' 'python-dbus' 'python-gobject' 'python-pbr' 'vte3') makedepends=('git') -_commit=66dc3f0a3e631d971db4486c472458af267e9099 # tags/3.3.2 +_commit=2a497694efb8ce1f6e1500eb3a71864276eb0b28 # tags/3.4.0 source=("git+https://github.com/Guake/guake#commit=$_commit") sha256sums=('SKIP')
