Strip rpm array modifications
This commit is contained in:
@@ -1028,8 +1028,8 @@ build_pkgbuild() {
|
|||||||
arch=("$ARCH")
|
arch=("$ARCH")
|
||||||
url="https://www.jriver.com/"
|
url="https://www.jriver.com/"
|
||||||
license=("custom")
|
license=("custom")
|
||||||
depends=(${requires_arr[@]})
|
depends=(${requires_arr[@]#* })
|
||||||
optdepends=(${recommends_arr[@]})
|
optdepends=(${recommends_arr[@]#* })
|
||||||
source=("$MC_SOURCE")
|
source=("$MC_SOURCE")
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|||||||
Reference in New Issue
Block a user