[arch-commits] Commit in guake/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Thu Apr 26 04:54:58 UTC 2018


    Date: Thursday, April 26, 2018 @ 04:54:57
  Author: bgyorgy
Revision: 318130

upgpkg: guake 3.2.1-1

Update to new version

Modified:
  guake/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-26 03:28:05 UTC (rev 318129)
+++ PKGBUILD	2018-04-26 04:54:57 UTC (rev 318130)
@@ -5,7 +5,7 @@
 # Contributor: Attila Bukor <r1pp3rj4ck at w4it.eu>
 
 pkgname=guake
-pkgver=3.2.0
+pkgver=3.2.1
 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=20f3aed4c95f7af7dd8742d7b620748328c19e8a  # tags/3.2.0
+_commit=a07735e17f232e6587517c7d0ba3a7e38b0662ea  # tags/3.2.1
 source=("git+https://github.com/Guake/guake#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -29,6 +29,6 @@
 
 package() {
   cd $pkgname
-  sed -i '/@pip3/d' Makefile
+  sed -i '/python3 -m pip/d' Makefile
   make DESTDIR="$pkgdir" prefix='/usr' COMPILE_SCHEMA=0 install
 }



More information about the arch-commits mailing list