summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Sferrazza2017-03-16 16:09:23 -0400
committerKyle Sferrazza2017-03-16 16:09:23 -0400
commit6b3e5372ea4e1f872005e3b9822fcac4c73c9780 (patch)
treefe5aca2b0753c90f3df1a78df20712b282488784
parent2a0d8b1da2ad2ca2452a380ccd2f7c528399ee55 (diff)
downloadaur-6b3e5372ea4e1f872005e3b9822fcac4c73c9780.tar.gz
latest release
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore8
-rw-r--r--PKGBUILD4
3 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9558a7c1cf04..571e848f88e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = powershell
pkgdesc = A cross-platform automation and configuration tool/framework
- pkgver = 6.0.0.alpha.16
- pkgrel = 2
+ pkgver = 6.0.0.alpha.17
+ pkgrel = 1
url = https://github.com/PowerShell/PowerShell
arch = x86_64
license = MIT
@@ -12,7 +12,7 @@ pkgbase = powershell
depends = bash
depends = icu55
conflicts = powershell-git
- source = powershell::git+https://github.com/PowerShell/PowerShell.git#tag=v6.0.0-alpha.16
+ source = powershell::git+https://github.com/PowerShell/PowerShell.git#tag=v6.0.0-alpha.17
source = pester::git+https://github.com/PowerShell/psl-pester.git#branch=develop
source = googletest::git+https://github.com/google/googletest.git
source = os-release
diff --git a/.gitignore b/.gitignore
index 37c1e5ef384f..3f598c7740dd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,6 @@
-*.deb
-*.part
+googletest/
+pester/
+pkg/
+*.xz
+powershell/
+src/
diff --git a/PKGBUILD b/PKGBUILD
index e8a8b1a85f57..0428a6c2d873 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Kyle Sferrazza <kyle.sferrazza@gmail.com>
pkgname=powershell
-_pkgver=6.0.0-alpha.16
+_pkgver=6.0.0-alpha.17
pkgver=${_pkgver/-/.}
-pkgrel=2
+pkgrel=1
pkgdesc="A cross-platform automation and configuration tool/framework"
arch=('x86_64')
url="https://github.com/PowerShell/PowerShell"