Package Details: bicep-bin 0.26.170-1

Git Clone URL: https://aur.archlinux.org/bicep-bin.git (read-only, click to copy)
Package Base: bicep-bin
Description: A declarative language for describing and deploying Azure resources
Upstream URL: https://github.com/Azure/bicep
Keywords: arm-json arm-templates bicep
Licenses: MIT
Conflicts: bicep
Provides: bicep
Submitter: JamieMagee
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 1
Popularity: 0.000000
First Submitted: 2020-09-10 09:07 (UTC)
Last Updated: 2024-04-12 00:46 (UTC)

Latest Comments

carsme commented on 2023-05-17 14:04 (UTC)

@rlees85 My bad, I cannot run without options=('!strip') either. Sorry about that, should be fixed now.

rlees85 commented on 2023-05-17 08:50 (UTC)

Failure processing application bundle; possible file corruption.
Arithmetic overflow while reading bundle.
A fatal error occurred while processing application bundle

on latest....

adding in the following to PKGBUILD fixes it:

options=('!strip')

maybe you should add this back? I see it was removed recently. I find it odd its only me commenting on this now though I would expect it would be broken for everyone...

carsme commented on 2023-04-05 10:25 (UTC)

Hey again @JaimeMagee, this has been out of date for a couple of weeks now. Would you reconsider adding me as a co-maintainer so I can help keep it updated?

kwaxi commented on 2022-04-14 06:25 (UTC)

Patch for Bicep v0.5.6

diff --git a/PKGBUILD b/PKGBUILD
index 77358b1..39ce187 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Jamie Magee <jamie dot magee at gmail dot com>
 _name=bicep
 pkgname=$_name-bin
-pkgver=0.4.1272
+pkgver=0.5.6
 pkgrel=1
 pkgdesc="Bicep is a declarative language for describing and deploying Azure resources"
 arch=('x86_64')
@@ -12,10 +12,12 @@ conflicts=($_name)
 options=('!strip')
 source=("${pkgname}-${pkgver}::https://github.com/Azure/${_name}/releases/download/v${pkgver}/${_name}-linux-x64"
   "https://raw.githubusercontent.com/Azure/${_name}/v${pkgver}/LICENSE")
-b2sums=('13b3f9573c0b49a5a9b12c6f448b7fe61e093dd02b49e7f30b5cc4edd1f364008132fea436faecc5d2cfe29264a89ef22cca5e1f652fa5b0ff2a131e9958cbe7'
-        '1e0a143630bdf1d10e34a180d83b967ca132c6c976b5a7c93c1452b6747d3f05ed0aab8c7ef7436af61971ebab7b9fc6aa7378784e3776d8913c6825a6cb3e74')
+b2sums=('18b75163cef1769a79e9ab49459c8ce59ec1269507c80088dc057264b2ba39bc450e081a7714481967ae2df6ae75180e16e832ed4ea76f25763ff77daa4f1a73'
+        '95fbf33e73eb7328131b2d215199dd1e94b40cbbc2d8c3df9a7511899721f08a4a1ba49ee651845746339e5e4ee3b347d1f988a4abee1424e5db0a608bba471b')

 package() {
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
   install -Dm755 "${pkgname}-${pkgver}" "${pkgdir}/usr/bin/${_name}"
 }

carsme commented on 2022-02-21 11:52 (UTC)

Hey, this package has been out-of-date for a couple of days. Would you like help with the maintenance?

kwaxi commented on 2021-10-16 18:45 (UTC) (edited on 2021-10-16 18:45 (UTC) by kwaxi)

Daniel Wagner (1):
      upgpkg: bicep-bin 0.4.1008-1

 PKGBUILD | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/PKGBUILD b/PKGBUILD
index d9e1929..7b93f02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Jamie Magee <jamie dot magee at gmail dot com>
 _name=bicep
 pkgname=$_name-bin
-pkgver=0.4.412
+pkgver=0.4.1008
 pkgrel=1
 pkgdesc="Bicep is a declarative language for describing and deploying Azure resources"
 arch=('x86_64')
@@ -12,9 +12,8 @@ conflicts=($_name)
 options=('!strip')
 source=("${pkgname}-${pkgver}::https://github.com/Azure/${_name}/releases/download/v${pkgver}/${_name}-linux-x64"
   "https://raw.githubusercontent.com/Azure/${_name}/v${pkgver}/LICENSE")
-b2sums=('f799c0fc9ca6b558e66bfd6a382185439ebcf37235b42a7c66302a8a0c6de8135575f48cb955eb8ff9bc7027a9e8115dea4817054a8afe3567492f12deebe0a4'
+b2sums=('822883fce41d191aa6b35fe1a2b3c3582ef7d7d0d5038433b735800eb56707232fc16f361ff1b1ecf9522b46ef18967487078ac8ae8854b63c02ac2222ef08db'
         '1e0a143630bdf1d10e34a180d83b967ca132c6c976b5a7c93c1452b6747d3f05ed0aab8c7ef7436af61971ebab7b9fc6aa7378784e3776d8913c6825a6cb3e74')
-
 package() {
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
   install -Dm755 "${pkgname}-${pkgver}" "${pkgdir}/usr/bin/${_name}"

JamieMagee commented on 2020-09-10 18:04 (UTC)

@caltlgin Thank you. I've pushed an update.