summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJamieMagee2023-01-03 01:37:46 +0000
committerJamieMagee2023-01-03 01:37:46 +0000
commit088f55e6bd1fa7ed46be610f61e3977f9d0b5b04 (patch)
treef8a8869aaa926fd365c68a8b490062a8b24c1375
parent204b6f043ec5c0b2748b5974199d84a4ecda45f2 (diff)
downloadaur-088f55e6bd1fa7ed46be610f61e3977f9d0b5b04.tar.gz
Update PKGBUILD and .SRCINFO with GitHub Actions
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6393ce52541b..fb08bda4cc74 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = nodejs-azurite
pkgdesc = A lightweight server clone of Azure Storage that simulates most of the commands supported by it with minimal dependencies
pkgver = 3.20.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/azure/azurite
arch = any
license = MIT
depends = nodejs
depends = npm
noextract = azurite-3.20.1.tgz
+ options = !strip
source = https://registry.npmjs.org/azurite/-/azurite-3.20.1.tgz
b2sums = 7435b8be7c9266f551e608575d578898b643988638b928f7d9cdffe87b0b19d1a27ca296991a14b15ed96eada7734cd302e99f1cf0f66df8786ff284e86760d7
diff --git a/PKGBUILD b/PKGBUILD
index 57e1fd7b5daf..a4dd11115b4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_npmname=azurite
pkgname=nodejs-azurite
pkgver=3.20.1 # renovate: datasource=github-tags depName=Azure/Azurite
-pkgrel=1
+pkgrel=2
pkgdesc="A lightweight server clone of Azure Storage that simulates most of the commands supported by it with minimal dependencies"
arch=(any)
url="https://github.com/azure/azurite"
@@ -12,6 +12,7 @@ optdepends=()
source=(https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz)
noextract=($_npmname-$pkgver.tgz)
b2sums=('7435b8be7c9266f551e608575d578898b643988638b928f7d9cdffe87b0b19d1a27ca296991a14b15ed96eada7734cd302e99f1cf0f66df8786ff284e86760d7')
+options=('!strip')
package() {
cd "$srcdir"