summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJamie Magee2020-09-18 19:56:17 +0200
committerJamie Magee2020-09-18 19:56:17 +0200
commit616c5da0d35230e800a4056f72747f67746cb2ea (patch)
tree1bae4ac7f8dd3b7b7d45640610633c16fe5afe8b /PKGBUILD
parentea64a26164d2ac37b0648b39c709c852d9c26451 (diff)
downloadaur-616c5da0d35230e800a4056f72747f67746cb2ea.tar.gz
upgpkg: azure-functions-core-tools-bin 3.0.2912-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 664f73543cdb..137ac338ff16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=azure-functions-core-tools
pkgname=$_name-bin
pkgver=3.0.2912
-pkgrel=1
+pkgrel=2
pkgdesc="Command line tools for Azure Functions"
arch=('x86_64')
url="https://github.com/Azure/$_name"
@@ -18,6 +18,7 @@ package() {
install -dm 755 "${pkgdir}/usr/lib/${_name}/"
cp -r "${srcdir}/"* "${pkgdir}/usr/lib/${_name}"
install -m 755 "func" "${pkgdir}/usr/lib/${_name}/"
+ chmod a+x "${pkgdir}/usr/lib/${_name}/gozip" # https://github.com/Azure/azure-functions-core-tools/issues/1850
install -dm 755 "${pkgdir}/usr/bin"
ln -s "/usr/lib/${_name}/func" "${pkgdir}/usr/bin/func"