Date: Thursday, May 20, 2021 @ 18:42:39 Author: heftig Revision: 415796
1.0.3-1 Modified: mm-common/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-20 18:39:39 UTC (rev 415795) +++ PKGBUILD 2021-05-20 18:42:39 UTC (rev 415796) @@ -1,7 +1,8 @@ +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> # Contributor: Ionut Biru <[email protected]> pkgname=mm-common -pkgver=1.0.2 +pkgver=1.0.3 pkgrel=1 pkgdesc="Common build files of the C++ bindings" url="https://www.gtkmm.org/" @@ -9,7 +10,7 @@ depends=(graphviz doxygen gtk-doc libsigc++-docs perl-xml-parser) makedepends=(libsigc++ git meson) license=(GPL2) -_commit=85381b86dcc2490d2b080c178477df9eb65103ca # tags/1.0.2^0 +_commit=d2006f9cc7df4746356ec6802a1c71d719015f26 # tags/1.0.3^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' @@ -35,7 +36,7 @@ } package() { - DESTDIR="$pkgdir" meson install -C build + meson install -C build --destdir "$pkgdir" } -# vim:set ts=2 sw=2 et: +# vim:set sw=2 et:
