qubes-vm-core: fix lsb depend
This commit is contained in:
parent
51e314e969
commit
cc3a7230e9
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ subpackages="
|
||||||
$pkgname-doc
|
$pkgname-doc
|
||||||
"
|
"
|
||||||
pkgver=4.1.44
|
pkgver=4.1.44
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
_gittag="v$pkgver"
|
_gittag="v$pkgver"
|
||||||
pkgdesc="The Qubes core files for installation inside a Qubes VM."
|
pkgdesc="The Qubes core files for installation inside a Qubes VM."
|
||||||
arch="x86_64"
|
arch="x86_64"
|
||||||
|
@ -29,7 +29,6 @@ depends="
|
||||||
icu
|
icu
|
||||||
imagemagick
|
imagemagick
|
||||||
librsvg
|
librsvg
|
||||||
lsb-release-minimal
|
|
||||||
net-tools
|
net-tools
|
||||||
ntpsec
|
ntpsec
|
||||||
procps
|
procps
|
||||||
|
@ -49,6 +48,7 @@ makedepends="
|
||||||
gcc
|
gcc
|
||||||
libx11-dev
|
libx11-dev
|
||||||
linux-pam-dev
|
linux-pam-dev
|
||||||
|
lsb-release-minimal
|
||||||
make
|
make
|
||||||
pandoc
|
pandoc
|
||||||
pkgconf
|
pkgconf
|
||||||
|
|
Loading…
Reference in a new issue