summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLars2016-01-24 17:09:20 +0100
committerLars2016-01-24 17:09:20 +0100
commit8305e4435a3c25700d47efa8cf83643625e1b0dd (patch)
tree2dba84cbadbcd1d8f6821d0b1a07efcf21eff892 /PKGBUILD
parentf496749b988d5aa71c63896698474acd3b8d1c48 (diff)
downloadaur-8305e4435a3c25700d47efa8cf83643625e1b0dd.tar.gz
Updated build script
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 427ad1fa0dde..0941b0ec5278 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _git_patches=""
_git_patches+="783:mono-process-name "
pkgname="sonarr-git"
-pkgver=2.0.0.r6635
+pkgver=2.0.0.r6665
pkgrel=1
pkgdesc="Automated TV series manager and downloader - git branch ${_gitbranch}"
arch=(any)
@@ -70,6 +70,7 @@ build() {
cd "${_gitname}"
export MONO_IOMAP=case
+ mono ./tools/nuget/nuget.exe restore ./src/NzbDrone.sln
xbuild ./src/NzbDrone.sln /t:Configuration=Release /t:Build
node ./node_modules/gulp/bin/gulp.js build