Date: Wednesday, July 8, 2020 @ 10:32:52 Author: heftig Revision: 391018
3.36.2-1 Modified: gnome-notes/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-07-08 10:31:41 UTC (rev 391017) +++ PKGBUILD 2020-07-08 10:32:52 UTC (rev 391018) @@ -1,7 +1,7 @@ -# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=gnome-notes -pkgver=3.36.0 +pkgver=3.36.2 pkgrel=1 pkgdesc="Write out notes, every detail matters" url="https://wiki.gnome.org/Apps/Notes" @@ -13,8 +13,7 @@ provides=("bijiben=$pkgver") conflicts=(bijiben) replaces=(bijiben) -groups=('gnome-extra') -_commit=1e896e3ec21efaa92be30eeb42627efb5492aa5a # tags/BIJIBEN_3_36_0^0 +_commit=9691070b03ea102a42670ccbf00c6ff341caa746 # tags/BIJIBEN_3_36_2^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-notes.git#commit=$_commit" "git+https://gitlab.gnome.org/GNOME/libgd.git") sha256sums=('SKIP' @@ -35,7 +34,7 @@ build() { arch-meson $pkgname build -D update_mimedb=false - ninja -C build + meson compile -C build } check() {
