From b908267ace93df1786c4c3289d0973896a01c760f3d6ce91f8a5422503647121 Mon Sep 17 00:00:00 2001 From: Frank Schreiner Date: Mon, 12 Apr 2021 06:06:09 +0000 Subject: [PATCH] Accepting request 882029 from home:metakcahura:branches:openSUSE:Tools Remove commas in archlinux's PKGBUILD file so it can build the package. OBS-URL: https://build.opensuse.org/request/show/882029 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-recompress?expand=0&rev=42 --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 05bdc73..2a4a682 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ arch=('i686' 'x86_64') url="https://www.github.com/openSUSE/obs-service-recompress" license=('GPL-2.0+' 'GPL-2.0') groups=('base-devel') -depends=('gzip', 'bzip2', 'xz', 'zstd') +depends=('gzip' 'bzip2' 'xz' 'zstd') source=(obs-service-recompress-${pkgver}.tar.gz) md5sums=('SKIP')