mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 06:38:44 +01:00
upgpkg: linux-vfio 6.1.6.arch1-2
add gettext to makedepends Signed-off-by: éclairevoyant <848000+eclairevoyant@users.noreply.github.com>
This commit is contained in:
parent
50a66a9a0c
commit
2767feb160
2 changed files with 4 additions and 3 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = linux-vfio
|
||||
pkgdesc = Linux
|
||||
pkgver = 6.1.6.arch1
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/archlinux/linux/commits/v6.1.6-arch1
|
||||
arch = x86_64
|
||||
license = GPL2
|
||||
|
|
@ -12,6 +12,7 @@ pkgbase = linux-vfio
|
|||
makedepends = perl
|
||||
makedepends = tar
|
||||
makedepends = xz
|
||||
makedepends = gettext
|
||||
makedepends = xmlto
|
||||
makedepends = python-sphinx<6.0.0
|
||||
makedepends = python-sphinx_rtd_theme
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -6,14 +6,14 @@
|
|||
|
||||
pkgbase=linux-vfio
|
||||
pkgver=6.1.6.arch1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Linux'
|
||||
_srctag=v${pkgver%.*}-${pkgver##*.}
|
||||
url="https://github.com/archlinux/linux/commits/$_srctag"
|
||||
arch=(x86_64)
|
||||
license=(GPL2)
|
||||
makedepends=(
|
||||
bc libelf pahole cpio perl tar xz
|
||||
bc libelf pahole cpio perl tar xz gettext
|
||||
xmlto 'python-sphinx<6.0.0' python-sphinx_rtd_theme graphviz imagemagick texlive-latexextra
|
||||
git
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue