deps updated

This commit is contained in:
Ivan Lyapunov 2017-01-16 09:23:11 +03:00
parent 4849189ad8
commit 50d15a59a5
2 changed files with 6 additions and 6 deletions

View file

@ -1,9 +1,9 @@
# Generated by mksrcinfo v8 # Generated by mksrcinfo v8
# Sat Apr 2 09:47:29 UTC 2016 # Mon Jan 16 06:22:48 UTC 2017
pkgbase = systemtap pkgbase = systemtap
pkgdesc = SystemTap provides free software (GPL) infrastructure to simplify the gathering of information about the running Linux system. pkgdesc = SystemTap provides free software (GPL) infrastructure to simplify the gathering of information about the running Linux system.
pkgver = 3.0 pkgver = 3.0
pkgrel = 2 pkgrel = 3
url = http://sourceware.org/systemtap/ url = http://sourceware.org/systemtap/
arch = i686 arch = i686
arch = x86_64 arch = x86_64
@ -14,10 +14,10 @@ pkgbase = systemtap
depends = elfutils depends = elfutils
depends = nss depends = nss
depends = python2 depends = python2
depends = texlive-fontsextra
depends = texlive-latexextra depends = texlive-latexextra
depends = latex2html depends = latex2html
optdepends = sqlite3 optdepends = sqlite3
optdepends = linux-fedora
source = http://sourceware.org/systemtap/ftp/releases/systemtap-3.0.tar.gz source = http://sourceware.org/systemtap/ftp/releases/systemtap-3.0.tar.gz
sha1sums = 5ef3a2d9945b0f6bae0061e33811e25e5138f5b7 sha1sums = 5ef3a2d9945b0f6bae0061e33811e25e5138f5b7

View file

@ -1,13 +1,13 @@
pkgname=systemtap pkgname=systemtap
pkgver=3.0 pkgver=3.0
pkgrel=2 pkgrel=3
pkgdesc="SystemTap provides free software (GPL) infrastructure to simplify the gathering of information about the running Linux system." pkgdesc="SystemTap provides free software (GPL) infrastructure to simplify the gathering of information about the running Linux system."
url="http://sourceware.org/systemtap/" url="http://sourceware.org/systemtap/"
arch=('i686' 'x86_64' 'armv7h' 'armv6h') arch=('i686' 'x86_64' 'armv7h' 'armv6h')
license=('GPL') license=('GPL')
depends=('elfutils' 'nss' 'python2' 'texlive-latexextra' 'latex2html') depends=('elfutils' 'nss' 'python2' 'texlive-fontsextra' 'texlive-latexextra' 'latex2html')
makedepends=('gcc') makedepends=('gcc')
optdepends=('sqlite3' 'linux-fedora') optdepends=('sqlite3')
source=(http://sourceware.org/systemtap/ftp/releases/$pkgname-$pkgver.tar.gz) source=(http://sourceware.org/systemtap/ftp/releases/$pkgname-$pkgver.tar.gz)
sha1sums=('5ef3a2d9945b0f6bae0061e33811e25e5138f5b7') sha1sums=('5ef3a2d9945b0f6bae0061e33811e25e5138f5b7')