Date: Friday, March 15, 2019 @ 18:24:31 Author: heftig Revision: 348211
3.32.0-2 Modified: gedit/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-03-15 18:24:27 UTC (rev 348210) +++ PKGBUILD 2019-03-15 18:24:31 UTC (rev 348211) @@ -3,13 +3,13 @@ pkgname=gedit pkgver=3.32.0 -pkgrel=1 +pkgrel=2 pkgdesc="GNOME Text Editor" url="https://wiki.gnome.org/Apps/Gedit" arch=(x86_64) license=(GPL) depends=(gtksourceview4 gsettings-desktop-schemas libpeas gspell python-gobject dconf) -makedepends=(yelp-tools intltool vala gobject-introspection gnome-common git gtk-doc meson) +makedepends=(yelp-tools vala gobject-introspection git gtk-doc meson) optdepends=('gedit-plugins: Additional features') groups=(gnome) _commit=b2f8efd099584fbe767c6eccbd293a760a2bfea4 # tags/3.32.0^0 @@ -24,7 +24,7 @@ } build() { - arch-meson $pkgname build + arch-meson $pkgname build -D documentation=true ninja -C build }
