Date: Sunday, April 14, 2019 @ 13:12:58 Author: heftig Revision: 350777
3.32.1-1 Modified: gnote/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-04-13 23:19:10 UTC (rev 350776) +++ PKGBUILD 2019-04-14 13:12:58 UTC (rev 350777) @@ -2,7 +2,7 @@ # Contributor: uastasi <[email protected]> pkgname=gnote -pkgver=3.32.0 +pkgver=3.32.1 pkgrel=1 pkgdesc="A note taking application" url="https://wiki.gnome.org/Apps/Gnote" @@ -10,7 +10,7 @@ license=(GPL3) depends=(gtkmm3 gtkspell3 libxslt dconf libsecret) makedepends=(intltool boost yelp-tools autoconf-archive git) -_commit=2f95eb637632b5670d9c9e5468aad80b6216c341 # tags/3.32.0^0 +_commit=8db9d17782c85739e41780b7f966f2ba3a457606 # tags/3.32.1^0 source=("git+https://gitlab.gnome.org/GNOME/gnote.git#commit=$_commit") sha256sums=('SKIP') @@ -21,10 +21,6 @@ prepare() { cd $pkgname - - # Work around aclocal exiting with "too many loops" - cp /usr/share/aclocal/ax_require_defined.m4 m4 - NOCONFIGURE=1 ./autogen.sh }
