[arch-commits] Commit in mono/trunk (PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Tue Sep 10 23:01:39 UTC 2019
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 <brice at dlfp.org>
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() {
More information about the arch-commits
mailing list