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
This commit is contained in:
parent
1b4b56ec80
commit
b908267ace
2
PKGBUILD
2
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')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user