Date: Wednesday, February 1, 2023 @ 16:58:59 Author: heftig Revision: 467739
1.8.1-1 Modified: libhandy/trunk/PKGBUILD ----------+ PKGBUILD | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-01 16:24:29 UTC (rev 467738) +++ PKGBUILD 2023-02-01 16:58:59 UTC (rev 467739) @@ -3,16 +3,26 @@ pkgbase=libhandy pkgname=(libhandy libhandy-docs) -pkgver=1.8.0 +pkgver=1.8.1 pkgrel=1 pkgdesc="Library full of GTK+ widgets for mobile phones" url="https://gitlab.gnome.org/GNOME/libhandy" arch=(x86_64) license=(LGPL) -depends=(glib2 gtk3) -makedepends=(git gobject-introspection meson vala glade gi-docgen) +depends=( + glib2 + gtk3 +) +makedepends=( + gi-docgen + git + glade + gobject-introspection + meson + vala +) checkdepends=(xorg-server-xvfb) -_commit=fce63fcc85621c33dab85e32b349d707bf6d1552 # tags/1.8.0^0 +_commit=f06c1bfa95a3160575b36315c6d9437376d8af77 # tags/1.8.1^0 source=("git+https://gitlab.gnome.org/GNOME/libhandy.git#commit=$_commit") sha256sums=('SKIP') @@ -26,8 +36,7 @@ } build() { - arch-meson libhandy build \ - -D gtk_doc=true + arch-meson libhandy build -D gtk_doc=true meson compile -C build } @@ -52,4 +61,4 @@ mv doc/* "$pkgdir" } -# vim:set sw=2 et: +# vim:set sw=2 sts=-1 et:
