Date: Wednesday, July 4, 2018 @ 17:52:31 Author: bgyorgy Revision: 351968
upgpkg: guake 3.3.0-1 Update to new version Modified: guake/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-07-04 17:52:13 UTC (rev 351967) +++ PKGBUILD 2018-07-04 17:52:31 UTC (rev 351968) @@ -5,7 +5,7 @@ # Contributor: Attila Bukor <[email protected]> pkgname=guake -pkgver=3.2.1 +pkgver=3.3.0 pkgrel=1 pkgdesc='Drop-down terminal for GNOME' arch=('any') @@ -13,7 +13,7 @@ license=('GPL') depends=('libkeybinder3' 'libnotify' 'libutempter' 'python-cairo' 'python-dbus' 'python-gobject' 'python-pbr' 'vte3') makedepends=('git') -_commit=a07735e17f232e6587517c7d0ba3a7e38b0662ea # tags/3.2.1 +_commit=fcef997c9ca0b2efd81593e99d8a0eb12f0f9680 # tags/3.3.0 source=("git+https://github.com/Guake/guake#commit=$_commit") sha256sums=('SKIP') @@ -29,6 +29,6 @@ package() { cd $pkgname - sed -i '/python3 -m pip/d' Makefile + sed -i '/-m pip install -r requirements.txt/d' Makefile make DESTDIR="$pkgdir" prefix='/usr' COMPILE_SCHEMA=0 install }
