summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgit user2023-07-31 23:35:39 +0200
committergit user2023-07-31 23:35:39 +0200
commit3aa602fa5bf4e3b15fa132c58f9e153d6febd224 (patch)
treebb428b66e0805e2e05eee0136b5aad8b7ace6626
parentf66565d2b72b0a820a256bda7bcd2d0aff39f776 (diff)
downloadaur-3aa602fa5bf4e3b15fa132c58f9e153d6febd224.tar.gz
Added missing makedepend `pod2man`.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db4427bbdd5a..54b6202cd32c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = libvirt-sandbox
pkgdesc = An application sandbox toolkit
pkgver = 0.8.0
- pkgrel = 2
+ pkgrel = 3
url = http://sandbox.libvirt.org/
arch = i686
arch = x86_64
license = LGPL
makedepends = gobject-introspection
makedepends = intltool
+ makedepends = pod2man
makedepends = rpcsvc-proto
makedepends = xz-static
depends = libvirt-glib
@@ -25,4 +26,3 @@ pkgbase = libvirt-sandbox
md5sums = d854d27d11b2d6cf8184667cae920839
pkgname = libvirt-sandbox
-
diff --git a/PKGBUILD b/PKGBUILD
index 0dc4fe9c9b67..bd2c5c56b312 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
-# Maintainer: Stephanie Wilde-Hobbs <steph@rx14.co.uk>
-# Maintainer: Radostin Stoyanov <rstoyanov1@gmail.com>
+# Maintainer: dreieck (https://aur.archlinux.org/account/dreieck)
+# Contributor: Stephanie Wilde-Hobbs <steph@rx14.co.uk>
+# Contributor: Radostin Stoyanov <rstoyanov1@gmail.com>
pkgname=libvirt-sandbox
pkgver=0.8.0
-pkgrel=2
+pkgrel=3
pkgdesc="An application sandbox toolkit"
arch=('i686' 'x86_64')
url="http://sandbox.libvirt.org/"
license=('LGPL')
depends=('libvirt-glib' 'libselinux' 'cpio')
-makedepends=('gobject-introspection' 'intltool' 'rpcsvc-proto' 'xz-static')
+makedepends=('gobject-introspection' 'intltool' 'pod2man' 'rpcsvc-proto' 'xz-static')
optdepends=('dhclient: for sandbox network configuration using DHCP')
source=(
http://libvirt.org/sources/sandbox/$pkgname-$pkgver.tar.gz{,.asc}