[arch-commits] Commit in ironpython/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Sat Dec 12 09:19:11 UTC 2015


    Date: Saturday, December 12, 2015 @ 10:19:10
  Author: fyan
Revision: 153111

upgpkg: ironpython 2.7.5-3

remove all of Platforms

Modified:
  ironpython/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-12 09:07:02 UTC (rev 153110)
+++ PKGBUILD	2015-12-12 09:19:10 UTC (rev 153111)
@@ -5,7 +5,7 @@
 
 pkgname=ironpython
 pkgver=2.7.5
-pkgrel=2
+pkgrel=3
 pkgdesc="Python implementation for the .NET framework"
 arch=("any")
 url="http://ironpython.net"
@@ -53,7 +53,7 @@
   cd "$srcdir/main-ipy-$pkgver"
   install -d "$pkgdir"/usr/{lib,bin}
 
-  rm -r Stage/Release/IronPython-$pkgver/{Silverlight,Platforms/{Net45,Net35,Sl5}}
+  rm -r Stage/Release/IronPython-$pkgver/{Silverlight,Platforms}
   cp -r Stage/Release/IronPython-$pkgver "$pkgdir/usr/lib/ipy"
 
   for bin in ipy ipy64 ipyw ipyw64; do



More information about the arch-commits mailing list