diff --git a/.SRCINFO b/.SRCINFO index f4e3d69..d5fc81f 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,9 +1,9 @@ # Generated by mksrcinfo v8 -# Wed Mar 30 16:04:32 UTC 2016 +# Sat Apr 2 09:47:29 UTC 2016 pkgbase = systemtap pkgdesc = SystemTap provides free software (GPL) infrastructure to simplify the gathering of information about the running Linux system. pkgver = 3.0 - pkgrel = 1 + pkgrel = 2 url = http://sourceware.org/systemtap/ arch = i686 arch = x86_64 @@ -14,6 +14,7 @@ pkgbase = systemtap depends = elfutils depends = nss depends = python2 + depends = texlive-latexextra depends = latex2html optdepends = sqlite3 optdepends = linux-fedora diff --git a/PKGBUILD b/PKGBUILD index 0644992..cd13927 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,11 +1,11 @@ pkgname=systemtap pkgver=3.0 -pkgrel=1 +pkgrel=2 pkgdesc="SystemTap provides free software (GPL) infrastructure to simplify the gathering of information about the running Linux system." url="http://sourceware.org/systemtap/" arch=('i686' 'x86_64' 'armv7h' 'armv6h') license=('GPL') -depends=('elfutils' 'nss' 'python2' 'latex2html') +depends=('elfutils' 'nss' 'python2' 'texlive-latexextra' 'latex2html') makedepends=('gcc') optdepends=('sqlite3' 'linux-fedora') source=(http://sourceware.org/systemtap/ftp/releases/$pkgname-$pkgver.tar.gz)