Date: Wednesday, April 5, 2017 @ 13:28:59 Author: heftig Revision: 292128
0.9.10+2+g71a4333-5 Modified: mm-common/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-04-05 13:22:42 UTC (rev 292127) +++ PKGBUILD 2017-04-05 13:28:59 UTC (rev 292128) @@ -3,16 +3,16 @@ pkgname=mm-common pkgver=0.9.10+2+g71a4333 -pkgrel=4 +pkgrel=5 pkgdesc="Common build files of the C++ bindings" -url="http://gtkmm.org" +url="http://www.gtkmm.org/" arch=(any) depends=(graphviz doxygen gtk-doc libsigc++-docs perl-xml-parser) makedepends=(libsigc++ git) license=(GPL2) -_commit=71a4333c8fbc85047a315dc126fe9e8e4619a6b6 -source=("git://git.gnome.org/mm-common#commit=$_commit" - http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/libstdc++.tag) +_commit=71a4333c8fbc85047a315dc126fe9e8e4619a6b6 # master +source=("git+https://git.gnome.org/browse/mm-common#commit=$_commit" + https://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/libstdc++.tag) sha256sums=('SKIP' 'fd3fed61b637e3e6e24794f8c40b22002f8ac154a8c5cc1f3a5b3ad7c8f4be4c')
