diff options
author | elkowar | 2020-09-05 17:35:08 +0200 |
---|---|---|
committer | elkowar | 2020-09-05 17:35:08 +0200 |
commit | 5dfefe3e2d198df9672e8d8b6b798f4efb4d3b55 (patch) | |
tree | b390fba53edcfb80c3d695b7f134c6c44ee1b981 | |
parent | 19bbc3787d9d43649da66331419f11e6c459cc18 (diff) | |
download | aur-5dfefe3e2d198df9672e8d8b6b798f4efb4d3b55.tar.gz |
Update dependencies
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -8,7 +8,7 @@ pkgbase = pipr-bin arch = armv6h arch = armv7h license = MIT - optdepends = bubblewrap: run commands in isolation. STRONGLY RECOMMENDED! + depends = bubblewrap conflicts = pipr-git source = pipr::https://github.com/elkowar/pipr/releases/download/v0.0.13/pipr source = pipr-git::git+https://github.com/Elkowar/pipr.git @@ -4,8 +4,8 @@ pkgver=0.0.13 pkgrel=1 conflicts=('pipr-git') makedepends=() -depends=() -optdepends=('bubblewrap: run commands in isolation. STRONGLY RECOMMENDED!') +depends=('bubblewrap') +optdepends=() arch=('i686' 'x86_64' 'armv6h' 'armv7h') pkgdesc="A commandline-utility to interactively build complex shell pipelines" license=('MIT') |