summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Angelopoulos2018-06-16 09:46:51 +0200
committerGeorge Angelopoulos2018-06-16 09:46:51 +0200
commit487ece75ebda37992529c3bd653e7b140f45780c (patch)
tree1f314bd5451d8bbe8caaea83969a5e7315ea22f3
parent8266ddd4f8e48800a7d3e03ec5905bfc2a66d44e (diff)
downloadaur-487ece75ebda37992529c3bd653e7b140f45780c.tar.gz
update makedepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ef0e3658e7f..36d6b311b01a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 5af45230ec79..5060c0b6e577 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"