diff --git a/PKGBUILD b/PKGBUILD index bae51eb85a2f0a4d59ec593040dee96bf91f6f13..72aeb46e755bb270d0a79aa223241dc4915c7d6f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,15 +4,16 @@ # Contributor: uastasi <uastasi@archlinux.us> pkgname=gnote -pkgver=41.2 +pkgver=42.0 pkgrel=1 pkgdesc="A note taking application" url="https://wiki.gnome.org/Apps/Gnote" arch=(x86_64) license=(GPL3) -depends=(gtkmm3 gspell libxslt dconf libsecret) +depends=(gtkmm3 gspell libxslt libsecret) makedepends=(yelp-tools meson git) -_commit=56074f03883f11fd91669b5dcd2145efa7440128 # tags/41.2^0 +options=(debug) +_commit=8d73a6a2e5aa0fac0f4689d739c31c4933045f5e # tags/42.0^0 source=("git+https://gitlab.gnome.org/GNOME/gnote.git#commit=$_commit") sha256sums=('SKIP')