Date: Wednesday, July 20, 2022 @ 13:30:16 Author: heftig Revision: 451496
2.36.2-1 Modified: atkmm-2.36/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-20 13:30:16 UTC (rev 451495) +++ PKGBUILD 2022-07-20 13:30:16 UTC (rev 451496) @@ -3,8 +3,8 @@ pkgbase=atkmm-2.36 pkgname=(atkmm-2.36 atkmm-2.36-docs) -pkgver=2.36.1 -pkgrel=2 +pkgver=2.36.2 +pkgrel=1 pkgdesc="C++ bindings for ATK" url="https://www.gtkmm.org/" arch=(x86_64) @@ -11,14 +11,14 @@ license=(LGPL) depends=(atk glibmm-2.68) makedepends=(git meson mm-common glibmm-2.68-docs) -options=(!emptydirs) -_commit=31bc39c17bda0b12e3f6d432ef9e618897d5653b # tags/2.36.1^0 +options=(debug !emptydirs) +_commit=4829d5f55c02b8a72e261c4ee097082693792e5d # tags/2.36.2^0 source=("git+https://gitlab.gnome.org/GNOME/atkmm.git#commit=$_commit") sha256sums=('SKIP') pkgver() { cd atkmm - git describe --tags | sed 's/-/+/g' + git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g' } prepare() {
