summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsabella Basso2022-03-15 21:28:06 -0300
committerIsabella Basso2022-03-15 21:28:06 -0300
commit3181d8ccbcd4938618600ad4c615898224af993e (patch)
tree78b0c56ce65bf3f108ae9045cb339e79985b8d19
parent6d8dd78ec8e44780344e5a162081e83d4db23950 (diff)
downloadaur-3181d8ccbcd4938618600ad4c615898224af993e.tar.gz
update dependencies
This is based on comment [1] and commit 85a531d. [1] - https://aur.archlinux.org/packages/kworkflow-git#comment-856570 Signed-off-by: Isabella Basso <isabbasso@riseup.net>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02ce6b1d1d4a..f37c57632524 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgbase = kworkflow-git
pkgver = 0.5.r88.gf984b81
pkgrel = 1
url = https://github.com/kworkflow/kworkflow
- arch = x86_64
+ arch = all
license = GPL2
depends = bc
depends = qemu
@@ -19,6 +19,8 @@ pkgbase = kworkflow-git
depends = xz
depends = perl-authen-sasl
depends = perl-io-socket-ssl
+ depends = rsync
+ depends = pv
optdepends = pipewire-pulse: PipeWire backend
optdepends = pulseaudio: PulseAudio backend
optdepends = dunst: Desktop notifications support
diff --git a/PKGBUILD b/PKGBUILD
index 1d84396f9a00..7a16e37f4700 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@ pkgname="${_pkgname}-git"
pkgver=0.5.r88.gf984b81
pkgrel=1
pkgdesc='CLI tool for kernel development'
-arch=('x86_64')
+arch=('all') # change to all
url='https://github.com/kworkflow/kworkflow'
source=("git+https://github.com/kworkflow/kworkflow")
license=('GPL2')
depends=(bc qemu bash git tar libpulse python-virtualenv
bzip2 lzip lzop zstd xz
- perl-authen-sasl perl-io-socket-ssl)
+ perl-authen-sasl perl-io-socket-ssl rsync pv)
optdepends=('pipewire-pulse: PipeWire backend'
'pulseaudio: PulseAudio backend'
'dunst: Desktop notifications support'