diff --git a/mm-common/PKGBUILD b/mm-common/PKGBUILD index e573a868..de2d1b5a 100644 --- a/mm-common/PKGBUILD +++ b/mm-common/PKGBUILD @@ -1,17 +1,17 @@ # Maintainer: Jeremy Drake pkgname=mm-common -pkgver=1.0.6 +pkgver=1.0.7 pkgrel=1 pkgdesc="Common build files of the C++ bindings" -url="https://www.gtkmm.org/" +url="https://gitlab.gnome.org/GNOME/mm-common" arch=('i686' 'x86_64') makedepends=('meson' 'gcc') license=('GPL2') source=("https://download.gnome.org/sources/mm-common/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz" https://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/libstdc++.tag) -sha256sums=('b55c46037dbcdabc5cee3b389ea11cc3910adb68ebe883e9477847aa660862e7' - 'dfb6521cb807fc827c34bcd47dbcf2f7564b2fc1b6014ebb13bed349ddf55af0') +sha256sums=('494abfce781418259b1e9d8888c73af4de4b6f3be36cc75d9baa8baa0f2a7a39' + 'cb01f8aebdb7b9874b100d13a006fb688ee25d2e93e02ff294e6c2483606c7a3') prepare() { cd "${srcdir}/${pkgname}-${pkgver}"