Date: Tuesday, September 10, 2019 @ 23:01:39 Author: anthraxx Revision: 362183
upgpkg: mono 6.0.0.327-1 Modified: mono/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-09-10 23:01:22 UTC (rev 362182) +++ PKGBUILD 2019-09-10 23:01:39 UTC (rev 362183) @@ -4,8 +4,8 @@ # Contributor: Brice Carpentier <[email protected]> pkgname=mono -_gitcommit=52203786470625de10c97d10b8acbd8d725647cf -pkgver=6.0.0.319 +_gitcommit=f8ea05bddcb232493a38d5f9c41ba6910d65354f +pkgver=6.0.0.327 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\)/r\1/;s/-/./g' + git describe --tags | sed 's/^v//;s/^mono-//;s/\([^-]*-g\)/r\1/;s/-/./g' } prepare() {
