diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2022-10-18 19:12:31 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2022-10-18 19:21:19 +0200 |
commit | 655309764ea2b242f4d37ac23c60d53e9a2584e1 (patch) | |
tree | 4b7c6d0f1b633d8197862119aa14d8cf07f42571 /bareos | |
parent | 8bf89ade3a40dd2042470d482bbfbe2d8fbb161a (diff) | |
download | archlinuxewe-655309764ea2b242f4d37ac23c60d53e9a2584e1.tar.xz |
bareos: make any
Diffstat (limited to 'bareos')
-rw-r--r-- | bareos/PKGBUILD | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bareos/PKGBUILD b/bareos/PKGBUILD index 4c160f32d..af41d1f67 100644 --- a/bareos/PKGBUILD +++ b/bareos/PKGBUILD @@ -600,6 +600,7 @@ package_bareos-storage-tape() { } package_bareos-director-python-plugin() { + arch=(any) pkgdesc="${pkgdesc} - Python plugin for director daemon" local _pinned_dependencies _pinned_dependencies=() @@ -614,6 +615,7 @@ package_bareos-director-python-plugin() { package_bareos-filedaemon-python-plugin() { pkgdesc="${pkgdesc} - Python plugin for file daemon" + arch=(any) local _pinned_dependencies _pinned_dependencies=() depends=("bareos-common=$pkgver" "bareos-filedaemon=$pkgver" 'python' "${_pinned_dependencies[@]}" 'libcap' 'lzo' 'jansson') @@ -628,6 +630,7 @@ package_bareos-filedaemon-python-plugin() { package_bareos-storage-python-plugin() { pkgdesc="${pkgdesc} - Python plugin for storage daemon" + arch=(any) local _pinned_dependencies _pinned_dependencies=() depends=("bareos-common=$pkgver" "bareos-storage=$pkgver" 'lzo' 'python' 'libcap' 'jansson' "${_pinned_dependencies[@]}") |