summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Correia2016-08-25 10:43:23 -0400
committerSergio Correia2016-08-25 10:43:23 -0400
commitf4fcdbb01524dc63eeec1e71321488968139111b (patch)
tree21b7a8324030360232c44902234aee6070faa1b4
parenta0c8a20b3fe5d5c795035157d5dae0fad6a83019 (diff)
downloadaur-f4fcdbb01524dc63eeec1e71321488968139111b.tar.gz
Remove i686 as supported architecture
Since dotnet-cli does not support it.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6992ea3520c3..f58c561d5467 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by makepkg 5.0.1
-# Wed Aug 24 22:48:58 UTC 2016
+# Thu Aug 25 14:42:21 UTC 2016
pkgbase = powershell-git
pkgdesc = A cross-platform automation and configuration tool/framework.
- pkgver = 6.0.0.alpha.9.130.ge1f3494
+ pkgver = 6.0.0.alpha.9.132.gb375807
pkgrel = 1
url = https://github.com/PowerShell/PowerShell
- arch = i686
arch = x86_64
license = MIT
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 74b3e4d715e7..df34f7ccf190 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname='powershell-git'
_pkgname='powershell'
-pkgver=6.0.0.alpha.9.130.ge1f3494
+pkgver=6.0.0.alpha.9.132.gb375807
pkgrel=1
pkgdesc="A cross-platform automation and configuration tool/framework."
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="https://github.com/PowerShell/PowerShell"
license=('MIT')
makedepends=('git' 'cmake' 'proot' 'dotnet-cli')