update makedepends

This commit is contained in:
George Angelopoulos 2018-06-16 09:46:51 +02:00
parent 8266ddd4f8
commit 487ece75eb
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
# Sun Jun 3 17:06:32 UTC 2018
# Sat Jun 16 07:46:23 UTC 2018
pkgbase = systemtap
pkgdesc = provides infrastructure to simplify the gathering of information about the running system.
pkgver = 3.2
@ -9,7 +9,7 @@ pkgbase = systemtap
arch = x86_64
arch = i686
license = GPL
makedepends = python2-setuptools
makedepends = python-setuptools
makedepends = xmlto
depends = elfutils
depends = nss

View file

@ -8,7 +8,7 @@ url="http://sourceware.org/systemtap/"
arch=('x86_64' 'i686')
license=('GPL')
depends=('elfutils' 'nss' 'python2')
makedepends=('python2-setuptools' 'xmlto')
makedepends=('python-setuptools' 'xmlto')
optdepends=('sqlite3: for storing results in a database')
source=("${pkgname}-${pkgver}.tar.gz::https://sourceware.org/systemtap/ftp/releases/${pkgname}-${pkgver}.tar.gz"
"${pkgname}-${pkgver}.tar.gz.asc::https://sourceware.org/systemtap/ftp/releases/${pkgname}-${pkgver}.tar.gz.asc"