[arch-commits] Commit in nuget/trunk (PKGBUILD)
Daniel Isenmann
daniel at archlinux.org
Wed Oct 5 18:50:38 UTC 2016
Date: Wednesday, October 5, 2016 @ 18:50:38
Author: daniel
Revision: 277779
upgpkg: nuget 2.14-1
New upstream release
Modified:
nuget/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-05 17:10:06 UTC (rev 277778)
+++ PKGBUILD 2016-10-05 18:50:38 UTC (rev 277779)
@@ -2,7 +2,7 @@
# Contributor: wenLiangcan <boxeed at gmail dot com>
pkgname=nuget
-pkgver=2.11
+pkgver=2.14
pkgrel=1
pkgdesc="Package manager for .NET."
arch=('any')
@@ -14,7 +14,7 @@
"${pkgname}.pc"
"https://sources.archlinux.org/other/packages/${pkgname}/xdt.tar.gz")
install="${pkgname}.install"
-md5sums=('24f82d00a85828b4f6ff97fc2add9efb'
+md5sums=('0834b8cea239fb098618f8d3ba09e214'
'dce06048fb6eb42beb69001adb2fd530'
'ffb7d95fb39f72c9619c72db91ec36a0'
'61580e6d1e1ecf80f8f2caf4a43b7b71')
@@ -22,7 +22,7 @@
build() {
xbuild /p:Configuration=Release xdt/XmlTransform/Microsoft.Web.XmlTransform.csproj
cd ${srcdir}/${pkgname}-${pkgver}
- xbuild Build/Build.proj /p:Configuration=Release /p:TreatWarningsAsErrors=false /tv:4.0 /p:TargetFrameworkVersion=v4.5 /p:Configuration="Mono Release" /t:BuildMono
+ ./build.sh
}
package() {
@@ -31,8 +31,8 @@
install -m 0644 ${srcdir}/nuget.pc ${pkgdir}/usr/lib/pkgconfig/nuget.pc
install -d ${pkgdir}/usr/lib/nuget
-install -m 0644 ${srcdir}/nuget-2.11/src/CommandLine/obj/Mono\ Release/NuGet.exe ${pkgdir}/usr/lib/nuget/
-install -m 0644 ${srcdir}/nuget-2.11/src/Core/obj/Mono\ Release/NuGet.Core.dll ${pkgdir}/usr/lib/nuget/
+install -m 0644 ${srcdir}/${pkgname}-${pkgver}/src/CommandLine/obj/Mono\ Release/NuGet.exe ${pkgdir}/usr/lib/nuget/
+install -m 0644 ${srcdir}/${pkgname}-${pkgver}/src/Core/obj/Mono\ Release/NuGet.Core.dll ${pkgdir}/usr/lib/nuget/
install -m 0644 ${srcdir}/xdt/XmlTransform/obj/Release/Microsoft.Web.XmlTransform.dll ${pkgdir}/usr/lib/nuget/
install -d ${pkgdir}/usr/bin
More information about the arch-commits
mailing list