Date: Thursday, June 4, 2020 @ 21:46:38 Author: heftig Revision: 388304
1.0.1-1 Modified: mm-common/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-04 21:18:50 UTC (rev 388303) +++ PKGBUILD 2020-06-04 21:46:38 UTC (rev 388304) @@ -1,15 +1,15 @@ # Contributor: Ionut Biru <[email protected]> pkgname=mm-common -pkgver=1.0.0 -pkgrel=2 +pkgver=1.0.1 +pkgrel=1 pkgdesc="Common build files of the C++ bindings" -url="http://www.gtkmm.org/" +url="https://www.gtkmm.org/" arch=(any) depends=(graphviz doxygen gtk-doc libsigc++-docs perl-xml-parser) makedepends=(libsigc++ git meson) license=(GPL2) -_commit=ffba112d04908cd7badc7e7d39cb09bf6827ec7a # tags/1.0.0^0 +_commit=0f7f6e48fd7a07f21c6f4edc61f254546f9d484a # tags/1.0.1^0 source=("git+https://gitlab.gnome.org/GNOME/mm-common.git#commit=$_commit" https://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/libstdc++.tag) sha256sums=('SKIP' @@ -27,7 +27,7 @@ build() { arch-meson $pkgname build - ninja -C build + meson compile -C build } check() {
