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

Jan Steffens heftig at gemini.archlinux.org
Thu Aug 26 23:31:25 UTC 2021


    Date: Thursday, August 26, 2021 @ 23:31:25
  Author: heftig
Revision: 422599

3.40.0-1

Modified:
  gdl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-26 21:36:29 UTC (rev 422598)
+++ PKGBUILD	2021-08-26 23:31:25 UTC (rev 422599)
@@ -1,15 +1,15 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gdl
-pkgver=3.34.0
-pkgrel=2
+pkgver=3.40.0
+pkgrel=1
 pkgdesc="GNOME Docking Library"
 url="https://gitlab.gnome.org/GNOME/gdl"
 arch=(x86_64)
 license=(GPL)
 depends=(gtk3)
-makedepends=(gtk-doc intltool gobject-introspection gnome-common git)
-_commit=8f8435bac99f3fdfde4e877a70ec98bfe1e83433  # tags/GDL_3_34_0^0
+makedepends=(gtk-doc intltool gobject-introspection git)
+_commit=bc1f6e9deba012fd81c6c378cd67942a955b0bee  # tags/GDL_3_40_0^0
 source=("git+https://gitlab.gnome.org/GNOME/gdl.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -20,7 +20,7 @@
 
 prepare() {
   cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
+  autoreconf -fvi
 }
 
 build() {



More information about the arch-commits mailing list