[arch-commits] Commit in guake/trunk (PKGBUILD)
Balló György
bgyorgy at archlinux.org
Sun Mar 8 11:51:20 UTC 2020
Date: Sunday, March 8, 2020 @ 11:51:19
Author: bgyorgy
Revision: 591884
upgpkg: guake 3.7.0-1: Update to new version
Modified:
guake/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-08 11:51:10 UTC (rev 591883)
+++ PKGBUILD 2020-03-08 11:51:19 UTC (rev 591884)
@@ -5,8 +5,8 @@
# Contributor: Attila Bukor <r1pp3rj4ck at w4it.eu>
pkgname=guake
-pkgver=3.6.3
-pkgrel=2
+pkgver=3.7.0
+pkgrel=1
pkgdesc='Drop-down terminal for GNOME'
arch=('any')
url="http://guake-project.org/"
@@ -14,7 +14,7 @@
depends=('libkeybinder3' 'libnotify' 'libutempter' 'libwnck3' 'python-cairo'
'python-dbus' 'python-gobject' 'python-pbr' 'vte3')
makedepends=('git')
-_commit=f58c0aba29c8e848d0d1c7b13a370db72e938084 # tags/3.6.3
+_commit=903491aa1d019ba1c8f17179a208eef2434ee949 # tags/3.7.0
source=("git+https://github.com/Guake/guake#commit=$_commit")
sha256sums=('SKIP')
@@ -31,5 +31,5 @@
package() {
cd $pkgname
sed -i '/-m pip install -r requirements.txt/d' Makefile
- make DESTDIR="$pkgdir" prefix='/usr' COMPILE_SCHEMA=0 install
+ make DESTDIR="$pkgdir" PREFIX='/usr' COMPILE_SCHEMA=0 install
}
More information about the arch-commits
mailing list