updated to 3.0

This commit is contained in:
Ivan Lyapunov 2016-03-30 19:04:53 +03:00
parent a655ab75d2
commit 61aa95a135
2 changed files with 13 additions and 9 deletions

View file

@ -1,20 +1,24 @@
# Generated by mksrcinfo v8
# Wed Mar 30 16:04:32 UTC 2016
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 = 2.9 pkgver = 3.0
pkgrel = 2 pkgrel = 1
url = http://sourceware.org/systemtap/ url = http://sourceware.org/systemtap/
arch = i686 arch = i686
arch = x86_64 arch = x86_64
arch = armv7h arch = armv7h
arch = armv6h
license = GPL license = GPL
makedepends = gcc makedepends = gcc
depends = elfutils depends = elfutils
depends = nss depends = nss
depends = python2 depends = python2
depends = latex2html
optdepends = sqlite3 optdepends = sqlite3
optdepends = linux-fedora optdepends = linux-fedora
source = http://sourceware.org/systemtap/ftp/releases/systemtap-2.9.tar.gz source = http://sourceware.org/systemtap/ftp/releases/systemtap-3.0.tar.gz
sha1sums = 37ecbc7445ff34db3c8204b1541f25524a0e8024 sha1sums = 5ef3a2d9945b0f6bae0061e33811e25e5138f5b7
pkgname = systemtap pkgname = systemtap

View file

@ -1,15 +1,15 @@
pkgname=systemtap pkgname=systemtap
pkgver=2.9 pkgver=3.0
pkgrel=2 pkgrel=1
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') arch=('i686' 'x86_64' 'armv7h' 'armv6h')
license=('GPL') license=('GPL')
depends=('elfutils' 'nss' 'python2') depends=('elfutils' 'nss' 'python2' 'latex2html')
makedepends=('gcc') makedepends=('gcc')
optdepends=('sqlite3' 'linux-fedora') optdepends=('sqlite3' 'linux-fedora')
source=(http://sourceware.org/systemtap/ftp/releases/$pkgname-$pkgver.tar.gz) source=(http://sourceware.org/systemtap/ftp/releases/$pkgname-$pkgver.tar.gz)
sha1sums=('37ecbc7445ff34db3c8204b1541f25524a0e8024') sha1sums=('5ef3a2d9945b0f6bae0061e33811e25e5138f5b7')
build() { build() {
cd "${srcdir}/${pkgname}-${pkgver}" cd "${srcdir}/${pkgname}-${pkgver}"