Date: Saturday, May 13, 2023 @ 22:30:50 Author: arojas Revision: 1460717
upgpkg: guake 3.10-1: Update to 3.10 Modified: guake/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-13 22:30:48 UTC (rev 1460716) +++ PKGBUILD 2023-05-13 22:30:50 UTC (rev 1460717) @@ -5,8 +5,8 @@ # Contributor: Attila Bukor <[email protected]> pkgname=guake -pkgver=3.9.0 -pkgrel=3 +pkgver=3.10 +pkgrel=1 pkgdesc='Drop-down terminal for GNOME' arch=('any') url="http://guake-project.org/" @@ -13,8 +13,8 @@ license=('GPL') depends=('libkeybinder3' 'libnotify' 'libutempter' 'libwnck3' 'python-cairo' 'python-dbus' 'python-gobject' 'python-pbr' 'vte3' 'python-yaml') -makedepends=('git' 'python-setuptools-scm') -_commit=1e8ea6f14dd8ba511aab929a601d1a8fa3a910dd +makedepends=('git' 'python-pip') +_commit=a011f8afad5f2519f489d10cf4277bdea28f0ec9 source=("git+https://github.com/Guake/guake#commit=$_commit") sha256sums=('SKIP') @@ -23,11 +23,6 @@ git describe --tags | sed 's/-/+/g' } -prepare() { - cd $pkgname - git cherry-pick -n b1c6d8c54a008a12d05396d9da2181584656108f # Fix metainfo install dir -} - build() { cd $pkgname make
