aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Koglin-Fischer2023-12-21 16:26:14 +0100
committerStephan Koglin-Fischer2023-12-21 16:26:14 +0100
commitd154b512475b06b2357ac04165f8c5379c6ce68f (patch)
tree098f98c31a5661de9591e25108dbda34dda241c7
parenta854f5ecff92a18e34b7eed4bceb78f7c7a7f1d7 (diff)
downloadaur-d154b512475b06b2357ac04165f8c5379c6ce68f.tar.gz
fix: commands.sh not part of the sources
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0f5d83c466d2..085d16199855 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,10 +8,11 @@ url="https://github.com/Dashlane/dashlane-cli"
license=('MIT')
depends=('asdf-vm')
makedepends=('git')
-source=("$pkgname::git+$url.git" '.tool-versions')
+source=("$pkgname::git+$url.git" '.tool-versions' 'commands.sh')
install=".INSTALL"
b2sums=('SKIP'
- '7d947ad3269a67f0987a277e10b082931ecce24330e82debd0d147f3ea24a0d9c04a91c0f711fce286a17a789c883bb626685bc08ac78040c28a5ca677a0cbf8')
+ '7d947ad3269a67f0987a277e10b082931ecce24330e82debd0d147f3ea24a0d9c04a91c0f711fce286a17a789c883bb626685bc08ac78040c28a5ca677a0cbf8'
+ 'fd7d42a58b56480eeb448a1af00934ce056a10f5fd3f80f23a61882ba8692b89a2aa84bd5664148dfc67091af00c9708208519d187abd2a6799b7ddbad3ab306')
# option strip is important for dcli to work properly and avoid
# 'Pkg: Error reading from file.' error in production
options=(!strip)