summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJamie Magee2018-12-12 21:34:21 +0100
committerJamie Magee2018-12-12 21:34:21 +0100
commit65c27c1b0198e6145f5da471e8b6aaeaf76812ea (patch)
tree2e40fc6ea6e2d6678e3a9d6eb13757d151592c49
parente34cdc921b01cf2073414a2a9fec526cb73dcf26 (diff)
downloadaur-65c27c1b0198e6145f5da471e8b6aaeaf76812ea.tar.gz
upgpkg: azure-functions-core-tools-bin 2.3.148-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a709ffbed2f..9f650ee01fab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = azure-functions-core-tools-bin
pkgdesc = Command line tools for Azure Functions
pkgver = 2.3.148
- pkgrel = 1
- url = https://github.com/Microsoft/azure-functions-core-tools
+ pkgrel = 2
+ url = https://github.com/Azure/azure-functions-core-tools
arch = x86_64
license = MIT
optdepends = dotnet-runtime
diff --git a/PKGBUILD b/PKGBUILD
index a0dc61d7bce4..f77d98afaa9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
_name=azure-functions-core-tools
pkgname=$_name-bin
pkgver=2.3.148
-pkgrel=1
+pkgrel=2
pkgdesc="Command line tools for Azure Functions"
arch=('x86_64')
-url="https://github.com/Microsoft/$_name"
+url="https://github.com/Azure/$_name"
license=('MIT')
optdepends=('dotnet-runtime') # https://github.com/Azure/azure-functions-core-tools/issues/367
options=('staticlibs')