summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSergio Correia2016-08-25 10:43:23 -0400
committerSergio Correia2016-08-25 10:43:23 -0400
commitf4fcdbb01524dc63eeec1e71321488968139111b (patch)
tree21b7a8324030360232c44902234aee6070faa1b4 /PKGBUILD
parenta0c8a20b3fe5d5c795035157d5dae0fad6a83019 (diff)
downloadaur-f4fcdbb01524dc63eeec1e71321488968139111b.tar.gz
Remove i686 as supported architecture
Since dotnet-cli does not support it.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')