summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristian Krause2015-10-01 15:19:14 +0200
committerChristian Krause2015-10-01 15:19:14 +0200
commitbfb54d9fb48df85ac18e1b102005e87c6fb5d171 (patch)
treec993774755c6f5282e810b183fb76b3ecacead0d /PKGBUILD
parente9a1c7750225aaa02371718fcc58264bb6fb3aec (diff)
downloadaur-xvidcap.tar.gz
adds the missing perl-xml-parser dependency that was previously perlxml
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3ea1864b5531..720581972b4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,13 +8,13 @@
pkgname=xvidcap
pkgver=1.1.7
-pkgrel=7
+pkgrel=8
pkgdesc="A small tool to capture things going on on an X-Windows display to either individual frames or an MPEG video"
arch=('i686' 'x86_64')
license=('GPL')
url="http://xvidcap.sourceforge.net/"
depends=('dbus-glib' 'lame' 'libxmu' 'libglade' 'ffmpeg')
-makedepends=('rarian')
+makedepends=('rarian' 'perl-xml-parser')
source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
"xextproto-7.1.1.patch"
"xvidcap-ffmpeg.patch"