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

Jan Steffens heftig at archlinux.org
Sat Jan 25 10:11:05 UTC 2020


    Date: Saturday, January 25, 2020 @ 10:11:05
  Author: heftig
Revision: 373900

5.0.2-1

Modified:
  amtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-25 10:11:04 UTC (rev 373899)
+++ PKGBUILD	2020-01-25 10:11:05 UTC (rev 373900)
@@ -2,7 +2,7 @@
 # Contributor: Balló György <ballogyor+arch at gmail dot com>
 
 pkgname=amtk
-pkgver=5.0.1
+pkgver=5.0.2
 pkgrel=1
 pkgdesc="Actions, Menus and Toolbars Kit for GTK+ applications"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(LGPL2.1)
 depends=(gtk3)
 makedepends=(autoconf-archive git gobject-introspection gtk-doc)
-_commit=4299cc5a24c013f0f4b4cda9cde8b2d288d0ee5f  # tags/5.0.1^0
+_commit=6fc28285d80f5ea3ec69069c7e1336e2b8ff5d5c  # tags/5.0.2^0
 source=("git+https://gitlab.gnome.org/GNOME/amtk.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -21,10 +21,6 @@
 
 prepare() {
   cd $pkgname
-
-  # Our autoconf-archive is too new (AX_CODE_COVERAGE changed API in v28)
-  find -name Makefile.am -exec sed -i '/@CODE_COVERAGE_RULES@/d' {} +
-
   NOCONFIGURE=1 ./autogen.sh
 }
 



More information about the arch-commits mailing list