Date: Sunday, March 8, 2020 @ 07:16:23 Author: heftig Revision: 377063
3.36.0-1 Modified: gedit-plugins/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-08 07:15:25 UTC (rev 377062) +++ PKGBUILD 2020-03-08 07:16:23 UTC (rev 377063) @@ -6,7 +6,7 @@ # Contributor: zhuqin <[email protected]> pkgname=gedit-plugins -pkgver=3.34.1 +pkgver=3.36.0 pkgrel=1 pkgdesc="Collection of plugins for the gedit Text Editor" url="https://wiki.gnome.org/Apps/Gedit/ShippedPlugins" @@ -18,7 +18,7 @@ optdepends=('gucharmap: for charmap plugin' 'vte3: for embedded terminal' 'libgit2-glib: for git plugin') -_commit=1ad717f3d5189a3b25e2475952c84f97e0f1bbd7 # tags/3.34.1^0 +_commit=57b3da3c684a318da6987b7adeaa25fa8eed966d # tags/3.36.0^0 source=("git+https://gitlab.gnome.org/GNOME/gedit-plugins.git#commit=$_commit") sha512sums=('SKIP') @@ -32,8 +32,7 @@ } build() { - arch-meson $pkgname build \ - -D plugin_zeitgeist=false + arch-meson $pkgname build ninja -C build }
