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

Maxime Gauduin alucryd at archlinux.org
Wed Apr 14 10:16:48 UTC 2021


    Date: Wednesday, April 14, 2021 @ 10:16:48
  Author: alucryd
Revision: 918375

plank 0.11.89-3: FS#66803 fix crash with the applications docklet

Modified:
  plank/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-14 09:58:58 UTC (rev 918374)
+++ PKGBUILD	2021-04-14 10:16:48 UTC (rev 918375)
@@ -4,7 +4,7 @@
 
 pkgname=plank
 pkgver=0.11.89
-pkgrel=2
+pkgrel=3
 pkgdesc='Elegant, simple, clean dock'
 arch=(x86_64)
 url=https://launchpad.net/plank
@@ -36,14 +36,18 @@
 
 prepare() {
   cd plank
-
+  git cherry-pick -n 5967798a47ba8835ae100c01a8d647d2f9a2412f
   sed 's/0.19.6/0.20/' -i configure.ac
   NOCONFIGURE=1 ./autogen.sh
 }
 
+pkgver() {
+  cd plank
+  git describe --tags
+}
+
 build() {
   cd plank
-
   ./configure \
     --prefix=/usr \
     --sysconfdir=/etc \



More information about the arch-commits mailing list