summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Correia2016-08-24 18:49:40 -0400
committerSergio Correia2016-08-24 18:49:40 -0400
commita0c8a20b3fe5d5c795035157d5dae0fad6a83019 (patch)
treec922b46c03922242ef763a748ca1a16b825348ae
parent7ad5300fea1732e5edcd05b75ce721af5dfe504f (diff)
downloadaur-a0c8a20b3fe5d5c795035157d5dae0fad6a83019.tar.gz
Do not build while publishing
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rwxr-xr-xbuild.sh2
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e717def58bac..6992ea3520c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by makepkg 5.0.1
-# Sun Aug 21 20:28:11 UTC 2016
+# Wed Aug 24 22:48:58 UTC 2016
pkgbase = powershell-git
pkgdesc = A cross-platform automation and configuration tool/framework.
- pkgver = 6.0.0.alpha.9.104.g7f82c29
+ pkgver = 6.0.0.alpha.9.130.ge1f3494
pkgrel = 1
url = https://github.com/PowerShell/PowerShell
arch = i686
@@ -22,7 +22,7 @@ pkgbase = powershell-git
source = build.sh
sha256sums = SKIP
sha256sums = e903a41166648f2e6113dff83b116e9ed6a5dc7d302ac24ae26811583bcb9cc2
- sha256sums = c1c4bb82227190eb78d163eb48c422ed7738dd86d0e0e17b7a445f568540a15c
+ sha256sums = 51d1be9e003e79a7c8d6ac134a1b267fc0af719839273151f8b3fcd40a284903
pkgname = powershell-git
diff --git a/PKGBUILD b/PKGBUILD
index 44c59125e767..74b3e4d715e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='powershell-git'
_pkgname='powershell'
-pkgver=6.0.0.alpha.9.104.g7f82c29
+pkgver=6.0.0.alpha.9.130.ge1f3494
pkgrel=1
pkgdesc="A cross-platform automation and configuration tool/framework."
arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@ source=($_pkgname::'git://github.com/PowerShell/PowerShell.git'
'build.sh')
sha256sums=('SKIP'
'e903a41166648f2e6113dff83b116e9ed6a5dc7d302ac24ae26811583bcb9cc2'
- 'c1c4bb82227190eb78d163eb48c422ed7738dd86d0e0e17b7a445f568540a15c')
+ '51d1be9e003e79a7c8d6ac134a1b267fc0af719839273151f8b3fcd40a284903')
pkgver() {
cd "${_pkgname}"
diff --git a/build.sh b/build.sh
index 789d497e330e..5edcccf95a1c 100755
--- a/build.sh
+++ b/build.sh
@@ -14,6 +14,6 @@ popd
cd src/powershell-unix
dotnet build -c Linux
-dotnet publish
+dotnet publish --no-build -c Linux
# vim:set ts=2 sw=2 et: