Date: Wednesday, January 23, 2019 @ 00:52:47 Author: anthraxx Revision: 344596
upgpkg: mono 5.18.0.240-1 Modified: mono/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-01-23 00:12:31 UTC (rev 344595) +++ PKGBUILD 2019-01-23 00:52:47 UTC (rev 344596) @@ -4,8 +4,8 @@ # Contributor: Brice Carpentier <[email protected]> pkgname=mono -_gitcommit=bb3ae37d71a0993a09abc59a0d8255c074dc885b -pkgver=5.16.0.220 +_gitcommit=5266e6a8f107d9b91a6073e4fd1ef4eb1ac7ac6d +pkgver=5.18.0.240 pkgrel=1 pkgdesc='Free implementation of the .NET platform including runtime and compiler' url='http://www.mono-project.com/' @@ -59,7 +59,7 @@ pkgver() { cd ${pkgname} - git describe --always --tags | sed 's/^v//;s/^mono-//;s/-/./g' + git describe --always --tags | sed 's/^v//;s/^mono-//;s/\([^-]*-g\)/r\1/;s/-/./g' } prepare() {
