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

Jan Steffens heftig at archlinux.org
Sun Mar 8 07:23:16 UTC 2020


    Date: Sunday, March 8, 2020 @ 07:23:15
  Author: heftig
Revision: 377071

3.35.3+1+g4954819-1

Modified:
  gnome-menus/trunk/PKGBUILD

----------+
 PKGBUILD |   28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-08 07:21:30 UTC (rev 377070)
+++ PKGBUILD	2020-03-08 07:23:15 UTC (rev 377071)
@@ -1,17 +1,17 @@
 # Maintainer: Jan de Groot <jan at archlinux.org>
 
 pkgname=gnome-menus
-pkgver=3.32.0
+pkgver=3.35.3+1+g4954819
 pkgrel=1
 pkgdesc="GNOME menu specifications"
-arch=('x86_64')
-depends=('glib2')
-makedepends=('intltool' 'gobject-introspection' 'python2' git gnome-common)
-license=('GPL' 'LGPL')
-url="https://www.gnome.org"
-groups=('gnome')
-_commit=4a3944773c0d7201148055a5f7fd103c99263183  # tags/3.32.0^0
-source=("git+https://git.gnome.org/browse/gnome-menus#commit=$_commit")
+url="https://gitlab.gnome.org/GNOME/gnome-menus"
+arch=(x86_64)
+license=(GPL LGPL)
+groups=(gnome)
+depends=(glib2)
+makedepends=(intltool gobject-introspection git gnome-common)
+_commit=4954819c93f996592f08cef6297da6a18b2bd173  # master
+source=("git+https://gitlab.gnome.org/GNOME/gnome-menus.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
@@ -19,11 +19,6 @@
   git describe --tags | sed 's/-/+/g'
 }
 
-check() {
-  cd $pkgname
-  make check
-}
-
 prepare() {
   cd $pkgname
   NOCONFIGURE=1 ./autogen.sh
@@ -37,6 +32,11 @@
   make
 }
 
+check() {
+  cd $pkgname
+  make check
+}
+
 package(){
   cd "$pkgname"
   make DESTDIR="$pkgdir" install



More information about the arch-commits mailing list